gnu: nix: Update to 2.3.12.

* gnu/packages/package-management.scm (nix): Update to 2.3.12.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-23 21:34:11 +02:00
parent 9f9118bdca
commit 5c4e69f4f4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -586,14 +586,14 @@ (define-public current-guix
(define-public nix
(package
(name "nix")
(version "2.3.11")
(version "2.3.12")
(source (origin
(method url-fetch)
(uri (string-append "https://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"0a61c5d7g07iqi5hksq497y93ivr32zhnrz6c4aqp9q5afcxga49"))))
"0pgvkagh5ycg79zk9j9c9pinhzwd4j6h0k8y6qr9n1v1qi4psfi1"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")