gnu: nix: Update to 2.3.16.

* gnu/packages/package-management.scm (nix): Update to 2.3.16.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
jgart via Guix-patches via 2021-10-17 08:28:42 -04:00 committed by Tobias Geerinckx-Rice
parent 258a27eea9
commit 64e5829653
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -596,14 +596,14 @@ (define-public current-guix
(define-public nix
(package
(name "nix")
(version "2.3.13")
(version "2.3.16")
(source (origin
(method url-fetch)
(uri (string-append "https://releases.nixos.org/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"0631qk2lgd76y6g2z45wy6lcpv647r2a08jd2dagzzpwniy68d3h"))))
"1g5aqavr6i3c1xln53w1pdh1kvlxrpnknb105m4jbd85kyv83rky"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")