gnu: nix: Update to 1.11.9.
* gnu/packages/package-management.scm (nix): Update to 1.11.9.
This commit is contained in:
		
							parent
							
								
									e981ca3665
								
							
						
					
					
						commit
						a041d56ebb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -310,14 +310,14 @@ out) and returning a package that uses that as its 'source'."
 | 
				
			||||||
(define-public nix
 | 
					(define-public nix
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nix")
 | 
					    (name "nix")
 | 
				
			||||||
    (version "1.11.6")
 | 
					    (version "1.11.9")
 | 
				
			||||||
    (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
 | 
				
			||||||
               "18xjg7cfvqzhsmvir6xmw95jxvl2w7icphbbll462xbnj9ddaag7"))))
 | 
					               "1qg7qrfr60dysmyfg3ijgani71l23p1kqadhjs8kz11pgwkkx50f"))))
 | 
				
			||||||
    (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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue