File tree 2 files changed +5
-5
lines changed
nixos/modules/installer/tools
pkgs/tools/package-management/nix
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
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 " ;
5
5
}
Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ in rec {
136
136
nix = nixStable ;
137
137
138
138
nixStable = ( common rec {
139
- name = "nix-1.11.8 " ;
139
+ name = "nix-1.11.9 " ;
140
140
src = fetchurl {
141
141
url = "http://nixos.org/releases/nix/${ name } /${ name } .tar.xz" ;
142
- sha256 = "69e0f398affec2a14c47b46fec712906429c85312d5483be43e4c34da4f63f67 " ;
142
+ sha256 = "0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1 " ;
143
143
} ;
144
144
} ) // { perl-bindings = nixStable ; } ;
145
145
You can’t perform that action at this time.
0 commit comments