me
/
guix
Archived
1
0
Fork 0

gnu: nix: Update to 2.3.13.

* gnu/packages/package-management.scm (nix): Update to 2.3.13.
master
Tobias Geerinckx-Rice 2021-06-24 23:59:44 +02:00
parent 5ed9ea5ce6
commit c7804cd97b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -586,14 +586,14 @@ out) and returning a package that uses that as its 'source'."
(define-public nix
(package
(name "nix")
(version "2.3.12")
(version "2.3.13")
(source (origin
(method url-fetch)
(uri (string-append "https://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"0pgvkagh5ycg79zk9j9c9pinhzwd4j6h0k8y6qr9n1v1qi4psfi1"))))
"0631qk2lgd76y6g2z45wy6lcpv647r2a08jd2dagzzpwniy68d3h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")