Skip to content

Commit

Permalink
nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 22, 2019
1 parent 96ffba1 commit 8109be4
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 @@ -201,12 +201,12 @@ in rec {

nixFlakes = lib.lowPrio (callPackage common rec {
name = "nix-2.4${suffix}";
suffix = "pre20190913_a25c022";
suffix = "pre20190922_382aa05";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "a25c022af3fa0a35be406942869edae1bdff2cf8";
hash = "sha256-HIvgrkXxQ57TPcf2pn9PkSDzM4XOCwXa1zYyIvcAdpg=";
rev = "382aa05ff71b61379f5c2792eaf517bdf4a5c5bf";
hash = "sha256-k4vV3Q1YVmLd+49AETnsSGetpDjD6sdd9yBrnpi8Q3g=";
};
fromGit = true;

Expand Down

0 comments on commit 8109be4

Please sign in to comment.