nix: 1.11.3 -> 1.11.4

This commit is contained in:
Eelco Dolstra 2016-09-06 16:15:22 +02:00
parent 1fef99942e
commit f2ddf2a9be
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
x86_64-linux = "/nix/store/xryr9g56h8yjddp89d6dw12anyb4ch7c-nix-1.10";
i686-linux = "/nix/store/2w92k5wlpspf0q2k9mnf2z42prx3bwmv-nix-1.10";
x86_64-linux = "/nix/store/i4mwf2gpvar7dqvlpp5m86llbq3ahbvb-nix-1.11.4";
i686-linux = "/nix/store/a3gjrbspb0q4hs3sv5g1y2nza43i8nzv-nix-1.11.4";
x86_64-darwin = "/nix/store/7v21yd3qpv0nclcy5cqr5njj9bril12s-nix-1.11.4";
}

View File

@ -89,10 +89,10 @@ in rec {
nix = nixStable;
nixStable = common rec {
name = "nix-1.11.3";
name = "nix-1.11.4";
src = fetchurl {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "054fya7q60nv4mcpnd5pxj4hxafrikdimjknpj46w4jd2fg61237";
sha256 = "937779ed2efaa3dec210250635401980acb99a6fea6d7374fbaea78231b36d34";
};
};