gnu: nix: Update to 1.11.9.

* gnu/packages/package-management.scm (nix): Update to 1.11.9.
This commit is contained in:
宋文武 2017-05-06 17:38:39 +08:00
parent e981ca3665
commit a041d56ebb
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

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