gnu: nix: Update to 2.3.6.

* gnu/packages/package-management.scm (nix): Update to 2.3.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-17 13:48:51 +02:00
parent 7fcf4fa082
commit ad9db848b0
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
(package
(name "nix")
(version "2.3.5")
(version "2.3.6")
(source (origin
(method url-fetch)
(uri (string-append "http://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"1hbqsrp1ii2sfq8x2mahjrl2182qck76n8blrl1jfz3xq99m6i15"))))
"128xf2as0y7hr28x575pbf9lkjpxr9hsxknbavv4p7ywr4lhbs85"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags