Skip to content

Commit 300fa46

Browse files
committedJun 6, 2017
nix: 1.11.8 -> 1.11.9
(cherry picked from commit e419094)
1 parent 870cf05 commit 300fa46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎nixos/modules/installer/tools/nix-fallback-paths.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
x86_64-linux = "/nix/store/j6q3pb75q1sbk0xsa5x6a629ph98ycdl-nix-1.11.8";
3-
i686-linux = "/nix/store/4m6ps568l988bbr1p2k3w9raq3rblppi-nix-1.11.8";
4-
x86_64-darwin = "/nix/store/cc5q944yn3j2hrs8k0kxx9r2mk9mni8a-nix-1.11.8";
2+
x86_64-linux = "/nix/store/71im965h634iy99zsmlncw6qhx5jcclx-nix-1.11.9";
3+
i686-linux = "/nix/store/cgvavixkayc36l6kl92i8mxr6k0p2yhy-nix-1.11.9";
4+
x86_64-darwin = "/nix/store/w1c96v5yxvdmq4nvqlxjvg6kp7xa2lag-nix-1.11.9";
55
}

Diff for: ‎pkgs/tools/package-management/nix/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ in rec {
136136
nix = nixStable;
137137

138138
nixStable = (common rec {
139-
name = "nix-1.11.8";
139+
name = "nix-1.11.9";
140140
src = fetchurl {
141141
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
142-
sha256 = "69e0f398affec2a14c47b46fec712906429c85312d5483be43e4c34da4f63f67";
142+
sha256 = "0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1";
143143
};
144144
}) // { perl-bindings = nixStable; };
145145

0 commit comments

Comments
 (0)
Please sign in to comment.