Skip to content

Commit

Permalink
nix: 1.11.4 -> 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 3, 2017
1 parent 711c235 commit 0108c31
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/i4mwf2gpvar7dqvlpp5m86llbq3ahbvb-nix-1.11.4";
i686-linux = "/nix/store/a3gjrbspb0q4hs3sv5g1y2nza43i8nzv-nix-1.11.4";
x86_64-darwin = "/nix/store/7v21yd3qpv0nclcy5cqr5njj9bril12s-nix-1.11.4";
x86_64-linux = "/nix/store/m8z91vpfxyszhjpq4wl8m1zwlqik4fkn-nix-1.11.5";
i686-linux = "/nix/store/vk71likl32igqg6apqsj52ln3vhkq1pa-nix-1.11.5";
x86_64-darwin = "/nix/store/qfwm0b5qkr8v8gsv9dh2z3arky9p1myg-nix-1.11.5";
}
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix/default.nix
Expand Up @@ -103,10 +103,10 @@ in rec {
nix = nixStable;

nixStable = common rec {
name = "nix-1.11.4";
name = "nix-1.11.5";
src = fetchurl {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "937779ed2efaa3dec210250635401980acb99a6fea6d7374fbaea78231b36d34";
sha256 = "272361d091c735b0e80627fa23fb7c600957472301dd7e54d237069452f3addb";
};
};

Expand Down

0 comments on commit 0108c31

Please sign in to comment.