From 29d029340d004499fd941a90dbee0163b87a6b75 Mon Sep 17 00:00:00 2001 From: Urs Schulz Date: Tue, 6 Jul 2021 11:45:16 +0200 Subject: [PATCH] nix: update to 2.3.12. --- srcpkgs/nix/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template index be65950c14a6..6e481b3760af 100644 --- a/srcpkgs/nix/template +++ b/srcpkgs/nix/template @@ -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"