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 821e522 commit 234cdc0Copy full SHA for 234cdc0
pkgs/tools/package-management/nix/default.nix
@@ -147,12 +147,12 @@ in rec {
147
148
nixUnstable = (lib.lowPrio (common rec {
149
name = "nix-1.12${suffix}";
150
- suffix = "pre5344_eba840c8";
+ suffix = "pre5350_7689181e";
151
src = fetchFromGitHub {
152
owner = "NixOS";
153
repo = "nix";
154
- rev = "eba840c8a13b465ace90172ff76a0db2899ab11b";
155
- sha256 = "08yrzlmshg854w5pwq8af634wic91h7k55fs51i55dyxpw4wpxk7";
+ rev = "7689181e4f5921d3356736996079ec0310e834c6";
+ sha256 = "08daxcpj18dffsbqs3fckahq06gzs8kl6xr4b4jgijwdl5vqwiri";
156
};
157
fromGit = true;
158
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
0 commit comments