Skip to content

Commit 234cdc0

Browse files
committedMay 8, 2017
nixUnstable: 1.12pre5344_eba840c8 -> 1.12pre5350_7689181e
1 parent 821e522 commit 234cdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/package-management/nix/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ in rec {
147147

148148
nixUnstable = (lib.lowPrio (common rec {
149149
name = "nix-1.12${suffix}";
150-
suffix = "pre5344_eba840c8";
150+
suffix = "pre5350_7689181e";
151151
src = fetchFromGitHub {
152152
owner = "NixOS";
153153
repo = "nix";
154-
rev = "eba840c8a13b465ace90172ff76a0db2899ab11b";
155-
sha256 = "08yrzlmshg854w5pwq8af634wic91h7k55fs51i55dyxpw4wpxk7";
154+
rev = "7689181e4f5921d3356736996079ec0310e834c6";
155+
sha256 = "08daxcpj18dffsbqs3fckahq06gzs8kl6xr4b4jgijwdl5vqwiri";
156156
};
157157
fromGit = true;
158158
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };

0 commit comments

Comments
 (0)
Please sign in to comment.