We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 48776d5 commit 4c96412Copy full SHA for 4c96412
pkgs/tools/package-management/nix/default.nix
@@ -161,12 +161,12 @@ in rec {
161
162
nixUnstable = (lib.lowPrio (common rec {
163
name = "nix-unstable-1.12${suffix}";
164
- suffix = "pre5810_5d5b931f";
+ suffix = "pre5849_74f75c85";
165
src = fetchFromGitHub {
166
owner = "NixOS";
167
repo = "nix";
168
- rev = "5d5b931fb178046ba286b8ef2b56a00b3a85c51c";
169
- sha256 = "0sspf8np53j335dvgxw03lid0w43wzjkcbx6fqym2kqdcvbzw57j";
+ rev = "74f75c855837bce7f48491e9ce8ac03794e5b40d";
+ sha256 = "1ch3v8rk1jf7yk9zd10fqgk11q63vjrk3mi2niv495zvkdjh4rf1";
170
};
171
fromGit = true;
172
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
0 commit comments