Skip to content

Commit 0f1753b

Browse files
committedJun 1, 2017
pants13-pre: 1.3.0rc2 -> 1.3.0rc4
1 parent fa19529 commit 0f1753b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

Diff for: ‎pkgs/development/tools/build-managers/pants/default.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ let
2323
};
2424
};
2525

26-
pants13-version = "1.3.0rc2";
26+
pants13-version = "1.3.0rc4";
2727

2828
# TODO: compile the rust native engine ourselves so we don't need to do this shit. We don't use
2929
# fetchurl because we don't know the URL ahead of time, even though it's deterministic. So we have
3030
# this downloader figure out the URL on the fly and then produce the deterministic result, so we
3131
# can still be a fixed-output derivation.
3232
pants13-native-engine-info = {
33-
"x86_64-darwin" = { prefix = "mac/10.11"; hash = "0n8z7rg0yfpxplvcw88lwv733zkhbzhc4w4zd4aznbcmfqdiz5br"; };
34-
"x86_64-linux" = { prefix = "linux/x86_64"; hash = "0cva97899q902m61xnfawhbjrh5h751716sn6ljli9b8fl7b5sz4"; };
35-
"i686-linux" = { prefix = "linux/i386"; hash = "1qckg0zsdq9x4jhn59pswbs11mxqxryl65qn42hrsvii2yxa9i5k"; };
33+
"x86_64-darwin" = { prefix = "mac/10.11"; hash = "04kfqp4fcxj7zkyb21rgp1kdrlnmayfvakpg5xips716d7pp6vc7"; };
34+
"x86_64-linux" = { prefix = "linux/x86_64"; hash = "0vgmcqxcabryxgvk4wmbclqjn56jbmsaysckgwfzhmif8pxyrfam"; };
35+
"i686-linux" = { prefix = "linux/i386"; hash = "1xgma6cwvzg1d07xq6bd3j4rpzp6wn6lz82xqprr6vflyn78qaaw"; };
3636
}.${stdenv.system} or (throw "Unsupported system ${stdenv.system}!");
3737

3838
pants13-native-engine = runCommand "pants-native-${pants13-version}" {
@@ -98,7 +98,7 @@ in {
9898

9999
src = fetchPypi {
100100
inherit pname version;
101-
sha256 = "1d3i0jwhn94b96b3lwwxd10007hnxw6dw1azmwv3hhwq713gwnpi";
101+
sha256 = "03zv3g55x056vjggwjr8lpniixcpb3kfy7xkl1bxsvjp2ih2wj6g";
102102
};
103103

104104
prePatch = ''

0 commit comments

Comments
 (0)
Please sign in to comment.