gnu: nix: Update to 1.11.6.

* gnu/packages/package-management.scm (nix): Update to 1.11.6.
This commit is contained in:
宋文武 2017-02-08 20:54:42 +08:00
parent 06d7d1190e
commit 618739b063
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -329,14 +329,14 @@ (define-public current-guix
(define-public nix
(package
(name "nix")
(version "1.11.2")
(version "1.11.6")
(source (origin
(method url-fetch)
(uri (string-append "http://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
"1mk9z75gklxcv6kzwwz1h5r2ci5kjy6bh7qwk4m5lf5v9s0k64pw"))))
"18xjg7cfvqzhsmvir6xmw95jxvl2w7icphbbll462xbnj9ddaag7"))))
(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