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 24fe57d commit 533cc72Copy full SHA for 533cc72
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 = "pre5849_74f75c85";
+ suffix = "pre5873_b76e282d";
165
src = fetchFromGitHub {
166
owner = "NixOS";
167
repo = "nix";
168
- rev = "74f75c855837bce7f48491e9ce8ac03794e5b40d";
169
- sha256 = "1ch3v8rk1jf7yk9zd10fqgk11q63vjrk3mi2niv495zvkdjh4rf1";
+ rev = "b76e282da8824b679368370e43c994e588994a9a";
+ sha256 = "11clfc8fh8q8s3k4canmn36xhh3zcl2zd8wwddp4pdvdal16b5n6";
170
};
171
fromGit = true;
172
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
0 commit comments