Skip to content

Commit

Permalink
nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa125b9
Browse files Browse the repository at this point in the history
(cherry picked from commit f5e53ae)
  • Loading branch information
edolstra committed Mar 1, 2017
1 parent 9525282 commit e0d2c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Expand Up @@ -112,12 +112,12 @@ in rec {

nixUnstable = lib.lowPrio (common rec {
name = "nix-1.12${suffix}";
suffix = "pre4997_1351b0d";
suffix = "pre5060_fa125b9";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "1351b0df87a0984914769c5dc76489618b3a3fec";
sha256 = "09zvphzik9pypi1bnjs0v83qwgl5cfb5w0c788jlr5wbd8x3crv1";
rev = "fa125b9b28bea25a4eeb4d39a71a481563127cb9";
sha256 = "1l7prlki3rjw3i119cizqqkpqg4p3hvym103x7hddimwpzwkw756";
};
fromGit = true;
});
Expand Down

0 comments on commit e0d2c4c

Please sign in to comment.