mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: nix: Update to 2.3.11.
* gnu/packages/package-management.scm (nix): Update to 2.3.11.
This commit is contained in:
parent
592d36ffcb
commit
7759f10d9c
1 changed files with 2 additions and 2 deletions
|
@ -620,14 +620,14 @@ (define-public current-guix
|
||||||
(define-public nix
|
(define-public nix
|
||||||
(package
|
(package
|
||||||
(name "nix")
|
(name "nix")
|
||||||
(version "2.3.10")
|
(version "2.3.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nixos.org/releases/nix/nix-"
|
(uri (string-append "https://nixos.org/releases/nix/nix-"
|
||||||
version "/nix-" version ".tar.xz"))
|
version "/nix-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1axphwkx270c10bjyn4icq9wlx46npgnw0qkpymigl23vramxa58"))))
|
"0a61c5d7g07iqi5hksq497y93ivr32zhnrz6c4aqp9q5afcxga49"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
|
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
|
||||||
|
|
Loading…
Reference in a new issue