gnu: nix: Update to 1.10.

* gnu/packages/package-management.scm (nix): Update to 1.10.
master
宋文武 2015-11-12 17:43:58 +08:00
parent bd7e1ffae6
commit f888502cfa
1 changed files with 2 additions and 2 deletions

View File

@ -239,14 +239,14 @@ the Nix package manager.")
(define-public nix
(package
(name "nix")
(version "1.8")
(version "1.10")
(source (origin
(method url-fetch)
(uri (string-append "http://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"077hircacgi9y4n6kf48qp4laz1h3ab6sif3rcci1jy13f05w2m3"))))
"1xhh7l1dqwn6i3m51xp8l0aa95da3823w4h8n8hfxlcxaixcl4jn"))))
(build-system gnu-build-system)
;; XXX: Should we pass '--with-store-dir=/gnu/store'? But then we'd also
;; need '--localstatedir=/var'. But then! The thing would use /var/nix