nixUnstable: 2.2pre6600_85488a93 -> 2.3pre6631_e58a7144
This commit is contained in:
parent
3a1f39e1de
commit
732cbd3be9
@ -164,13 +164,13 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixUnstable = lib.lowPrio (common rec {
|
nixUnstable = lib.lowPrio (common rec {
|
||||||
name = "nix-2.2${suffix}";
|
name = "nix-2.3${suffix}";
|
||||||
suffix = "pre6600_85488a93";
|
suffix = "pre6631_e58a7144";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "85488a93ec3b07210339f2b05aa93e970f9ac3be";
|
rev = "e58a71442ad4a538b48fc7a9938c3690628c4741";
|
||||||
sha256 = "1n5dp7p2lzpnj7f834d25k020v16gnnsm56jz46y87v2x7b69ccm";
|
sha256 = "1hbjhnvjbh8bi8cjjgyrj4z1gw03ws12m2wi5azzj3rmhnh4c802";
|
||||||
};
|
};
|
||||||
fromGit = true;
|
fromGit = true;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user