nix: update to 2.3.9.

This commit is contained in:
Danila Kryukov 2020-11-30 21:31:48 +07:00 committed by Andrew J. Hesford
parent 0ad10d033b
commit 83962fa5fa

View file

@ -1,7 +1,7 @@
# Template file for 'nix' # Template file for 'nix'
pkgname=nix pkgname=nix
version=2.3.3 version=2.3.9
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
# Use /nix/var as suggested by the official Manual. # Use /nix/var as suggested by the official Manual.
configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh" configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh"
@ -16,7 +16,7 @@ license="LGPL-2.1-or-later"
homepage="https://nixos.org/nix/" homepage="https://nixos.org/nix/"
changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes" changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz" distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=332fffb8dfc33eab854c136ef162a88cec15b701def71fa63714d160831ba224 checksum=72331fdba220517a0ccabcf5c9735703c31674bfb4ef0b64da5d8f715d6022fa
CXXFLAGS="-Wno-deprecated-declarations" CXXFLAGS="-Wno-deprecated-declarations"