[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: nix: Update to 1.10.
From: |
??? |
Subject: |
01/02: gnu: nix: Update to 1.10. |
Date: |
Fri, 13 Nov 2015 04:59:01 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit f888502cfaa8c956817034fda5393894739307f1
Author: 宋文武 <address@hidden>
Date: Thu Nov 12 17:43:58 2015 +0800
gnu: nix: Update to 1.10.
* gnu/packages/package-management.scm (nix): Update to 1.10.
---
gnu/packages/package-management.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index b6385a2..244cd49 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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