nix: update to 2.3.12.

This commit is contained in:
Urs Schulz 2021-07-06 11:45:16 +02:00 committed by Érico Nogueira Rolim
parent 6578ab9192
commit 273db385e4

View file

@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=2.3.9
revision=2
version=2.3.12
revision=1
build_style=gnu-configure
# Use /nix/var as suggested by the official Manual.
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/"
changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=72331fdba220517a0ccabcf5c9735703c31674bfb4ef0b64da5d8f715d6022fa
checksum=213a7d49c461079b32361e4d008d248d7f68e34d2cc9347f3a8ff9029f9afb5d
CXXFLAGS="-Wno-deprecated-declarations"