Skip to content

Commit

Permalink
nix: 1.11.8 -> 1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 25, 2017
1 parent 17b689c commit e419094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/installer/tools/nix-fallback-paths.nix
@@ -1,5 +1,5 @@
{
x86_64-linux = "/nix/store/j6q3pb75q1sbk0xsa5x6a629ph98ycdl-nix-1.11.8";
i686-linux = "/nix/store/4m6ps568l988bbr1p2k3w9raq3rblppi-nix-1.11.8";
x86_64-darwin = "/nix/store/cc5q944yn3j2hrs8k0kxx9r2mk9mni8a-nix-1.11.8";
x86_64-linux = "/nix/store/71im965h634iy99zsmlncw6qhx5jcclx-nix-1.11.9";
i686-linux = "/nix/store/cgvavixkayc36l6kl92i8mxr6k0p2yhy-nix-1.11.9";
x86_64-darwin = "/nix/store/w1c96v5yxvdmq4nvqlxjvg6kp7xa2lag-nix-1.11.9";
}
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix/default.nix
Expand Up @@ -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 :)

This comment has been minimized.

Copy link
@bjornfor

bjornfor Apr 25, 2017

Contributor

"Until 1.11.9 is released, we do this" ... now it's released, so I think that patchPhase below that comment can be removed (or the comment updated if there is still some issue).

Expand Down

0 comments on commit e419094

Please sign in to comment.