Skip to content

Commit

Permalink
nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 30, 2018
1 parent 0385cb3 commit 81b2bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ in rec {

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

0 comments on commit 81b2bfa

Please sign in to comment.