me
/
guix
Archived
1
0
Fork 0

gnu: nix: Update to 2.3.5.

* gnu/packages/package-management.scm (nix): Update to 2.3.5.
master
Tobias Geerinckx-Rice 2020-06-03 05:43:17 +02:00
parent a0cfa1e21a
commit 9375555b55
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -542,14 +542,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.4") (version "2.3.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://nixos.org/releases/nix/nix-" (uri (string-append "http://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz")) version "/nix-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"03fhbb8088sgz3709zd9n9rydavar79w87l9n4q9iimcw06nlqhw")))) "1hbqsrp1ii2sfq8x2mahjrl2182qck76n8blrl1jfz3xq99m6i15"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("boost" ,boost) (inputs `(("boost" ,boost)