gnu: nix: Download source over HTTPS.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.master
parent
84acc3d256
commit
082922642c
|
@ -569,7 +569,7 @@ out) and returning a package that uses that as its 'source'."
|
|||
(version "2.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://nixos.org/releases/nix/nix-"
|
||||
(uri (string-append "https://nixos.org/releases/nix/nix-"
|
||||
version "/nix-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue