nix: 1.11.8 -> 1.11.9

This commit is contained in:
Eelco Dolstra
2017-04-25 17:19:10 +02:00
parent 17b689c0b2
commit e4190943c8
2 changed files with 5 additions and 5 deletions

View File

@@ -125,10 +125,10 @@ in rec {
nix = nixStable;
nixStable = (common rec {
name = "nix-1.11.8";
name = "nix-1.11.9";
src = fetchurl {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "69e0f398affec2a14c47b46fec712906429c85312d5483be43e4c34da4f63f67";
sha256 = "0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1";
};
# Until 1.11.9 is released, we do this :)