nix: 2.3.11 -> 2.3.12
This commit is contained in:
committed by
Jonathan Ringer
parent
65c897c7c4
commit
edb5ff75f2
@@ -199,10 +199,10 @@ in rec {
|
||||
|
||||
nixStable = callPackage common (rec {
|
||||
pname = "nix";
|
||||
version = "2.3.11";
|
||||
version = "2.3.12";
|
||||
src = fetchurl {
|
||||
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "89a8d7995305a78b1561e6670bbf1879c791fc4904eb094bc4f180775a61c128";
|
||||
sha256 = "sha256-ITp9ScRhB5syNh5NAI0kjX9o400syTR/Oo/5Ap+a+10=";
|
||||
};
|
||||
|
||||
inherit storeDir stateDir confDir boehmgc;
|
||||
|
||||
Reference in New Issue
Block a user