nix: 1.11.10 -> 1.11.11

This commit is contained in:
Eelco Dolstra 2017-06-19 19:01:05 +02:00
parent 2d8b86954b
commit 7b1e936b24
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
x86_64-linux = "/nix/store/qiiwjyc338xigks5wqyxn0nnqiwy7xav-nix-1.11.10";
i686-linux = "/nix/store/30fi96qqggjs51c5085y3fiws0a3wdcl-nix-1.11.10";
x86_64-darwin = "/nix/store/zs6msqwjgjr9v9kbs5s0sap7vhdw692z-nix-1.11.10";
x86_64-linux = "/nix/store/crqd5wmrqipl4n1fcm5kkc1zg4sj80js-nix-1.11.11";
i686-linux = "/nix/store/wsjn14xp5ja509d4dxb1c78zhirw0b5x-nix-1.11.11";
x86_64-darwin = "/nix/store/zqkqnhk85g2shxlpb04y72h1i3db3gpl-nix-1.11.11";
}

View File

@ -154,10 +154,10 @@ in rec {
nix = nixStable;
nixStable = (common rec {
name = "nix-1.11.10";
name = "nix-1.11.11";
src = fetchurl {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "b29a458c2b803bcc07d8b58cd016ca6ad0788a73ca74edaeaebc588961322467";
sha256 = "f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5d99868ff29d6e7604760e5";
};
}) // { perl-bindings = nixStable; };