mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
This commit is contained in:
parent
96ffba10f5
commit
8109be4859
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue