Skip to content

Commit

Permalink
nixUnstable: 2.1pre6377_954d1f4d -> 2.2pre6520_18b4c53f
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 28, 2018
1 parent aa4005f commit bd7e0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ in rec {
}; };

nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.1${suffix}";
suffix = "pre6377_954d1f4d";
name = "nix-2.2${suffix}";
suffix = "pre6520_18b4c53f";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "954d1f4d0a35063ff431b258beebadf753cb9efe";
sha256 = "0wnljxljvcwmniydgxlsjqmbgghmljs75m6083y2nkjql7dnrm7g";
rev = "18b4c53f71dfc626f5f5ffa0282afd1b9faad6a4";
sha256 = "1hn7bjrf6x7024nald7nk1c9m8fyddkzhazl7pwf6ssmiv12apxh";
};
fromGit = true;
})) // { perl-bindings = perl-bindings {
Expand Down

0 comments on commit bd7e0ae

Please sign in to comment.