nixUnstable: 1.12pre5788_e3013543 -> 1.12pre5810_5d5b931f
Fixes build after 3430b0e859ef75a2c3caa23c4c337e16f5094c0f with
5d5b931fb1
This commit is contained in:
parent
08c5578f2c
commit
137bf46ee7
@ -161,12 +161,12 @@ in rec {
|
|||||||
|
|
||||||
nixUnstable = (lib.lowPrio (common rec {
|
nixUnstable = (lib.lowPrio (common rec {
|
||||||
name = "nix-unstable-1.12${suffix}";
|
name = "nix-unstable-1.12${suffix}";
|
||||||
suffix = "pre5788_e3013543";
|
suffix = "pre5810_5d5b931f";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "e3013543d36926ecfe51e9eceab42c88cb40b138";
|
rev = "5d5b931fb178046ba286b8ef2b56a00b3a85c51c";
|
||||||
sha256 = "0cj6gc930jbs53dgar3kq7l7z6lnii9ava3pvjk2xvq3007xcx2h";
|
sha256 = "0sspf8np53j335dvgxw03lid0w43wzjkcbx6fqym2kqdcvbzw57j";
|
||||||
};
|
};
|
||||||
fromGit = true;
|
fromGit = true;
|
||||||
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
|
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user