gnu: nix: Update to 1.8.

* gnu/packages/package-management.scm (nix): Update to 1.8.
This commit is contained in:
Ludovic Courtès 2015-01-15 15:27:27 +01:00
parent ceae3fef44
commit 63c5462236
1 changed files with 2 additions and 2 deletions

View File

@ -158,14 +158,14 @@ the Nix package manager.")
(define-public nix (define-public nix
(package (package
(name "nix") (name "nix")
(version "1.7") (version "1.8")
(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
"14nc7mnma5sffqk9mglbf99w3jm4ck8pxnmkgyhy3qra9xjn749l")))) "077hircacgi9y4n6kf48qp4laz1h3ab6sif3rcci1jy13f05w2m3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; XXX: Should we pass '--with-store-dir=/gnu/store'? But then we'd also ;; 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 ;; need '--localstatedir=/var'. But then! The thing would use /var/nix