mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixUnstable: 2.1pre6377_954d1f4d -> 2.2pre6520_18b4c53f
This commit is contained in:
parent
aa4005f7f5
commit
bd7e0aec71
@ -159,13 +159,13 @@ in rec {
|
||||
}; };
|
||||
|
||||
nixUnstable = (lib.lowPrio (common rec {
|
||||
name = "nix-2.1${suffix}";
|
||||
suffix = "pre6377_954d1f4d";
|
||||
name = "nix-2.2${suffix}";
|
||||
suffix = "pre6520_18b4c53f";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
rev = "954d1f4d0a35063ff431b258beebadf753cb9efe";
|
||||
sha256 = "0wnljxljvcwmniydgxlsjqmbgghmljs75m6083y2nkjql7dnrm7g";
|
||||
rev = "18b4c53f71dfc626f5f5ffa0282afd1b9faad6a4";
|
||||
sha256 = "1hn7bjrf6x7024nald7nk1c9m8fyddkzhazl7pwf6ssmiv12apxh";
|
||||
};
|
||||
fromGit = true;
|
||||
})) // { perl-bindings = perl-bindings {
|
||||
|
Loading…
Reference in New Issue
Block a user