nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624
This commit is contained in:
parent
0385cb33c6
commit
81b2bfaf36
@ -160,12 +160,12 @@ in rec {
|
|||||||
|
|
||||||
nixUnstable = (lib.lowPrio (common rec {
|
nixUnstable = (lib.lowPrio (common rec {
|
||||||
name = "nix-2.2${suffix}";
|
name = "nix-2.2${suffix}";
|
||||||
suffix = "pre6520_18b4c53f";
|
suffix = "pre6526_9f99d624";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "18b4c53f71dfc626f5f5ffa0282afd1b9faad6a4";
|
rev = "9f99d62480cf7c58c0a110b180f2096b7d25adab";
|
||||||
sha256 = "1hn7bjrf6x7024nald7nk1c9m8fyddkzhazl7pwf6ssmiv12apxh";
|
sha256 = "0fkmx7gmgg0yij9kw52fkyvib88hj1jsj90vbpy13ccfwknh1044";
|
||||||
};
|
};
|
||||||
fromGit = true;
|
fromGit = true;
|
||||||
})) // { perl-bindings = perl-bindings {
|
})) // { perl-bindings = perl-bindings {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user