gnu: nix: Update to 2.3.9.
* gnu/packages/package-management.scm (nix): Update to 2.3.9.
This commit is contained in:
parent
c282a8ff35
commit
928825d707
@ -572,14 +572,14 @@ out) and returning a package that uses that as its 'source'."
|
|||||||
(define-public nix
|
(define-public nix
|
||||||
(package
|
(package
|
||||||
(name "nix")
|
(name "nix")
|
||||||
(version "2.3.8")
|
(version "2.3.9")
|
||||||
(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
|
||||||
"0amd5nnqslvkfpz042l4ydihw2qsy68nmjbwaagcrggaq4irh4f7"))))
|
"1yi2c1fp33sxv9j0pvxlpxs1dhq3axrwkxdwr867ll90lbdiycvj"))))
|
||||||
(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…
x
Reference in New Issue
Block a user