mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: nix: Update to 2.3.12.
* gnu/packages/package-management.scm (nix): Update to 2.3.12.
This commit is contained in:
parent
9f9118bdca
commit
5c4e69f4f4
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue