nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
This commit is contained in:
parent
96ffba10f5
commit
8109be4859
@ -201,12 +201,12 @@ in rec {
|
|||||||
|
|
||||||
nixFlakes = lib.lowPrio (callPackage common rec {
|
nixFlakes = lib.lowPrio (callPackage common rec {
|
||||||
name = "nix-2.4${suffix}";
|
name = "nix-2.4${suffix}";
|
||||||
suffix = "pre20190913_a25c022";
|
suffix = "pre20190922_382aa05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "a25c022af3fa0a35be406942869edae1bdff2cf8";
|
rev = "382aa05ff71b61379f5c2792eaf517bdf4a5c5bf";
|
||||||
hash = "sha256-HIvgrkXxQ57TPcf2pn9PkSDzM4XOCwXa1zYyIvcAdpg=";
|
hash = "sha256-k4vV3Q1YVmLd+49AETnsSGetpDjD6sdd9yBrnpi8Q3g=";
|
||||||
};
|
};
|
||||||
fromGit = true;
|
fromGit = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user