File tree 1 file changed +5
-5
lines changed
pkgs/development/tools/build-managers/pants
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
} ;
24
24
} ;
25
25
26
- pants13-version = "1.3.0rc2 " ;
26
+ pants13-version = "1.3.0rc4 " ;
27
27
28
28
# TODO: compile the rust native engine ourselves so we don't need to do this shit. We don't use
29
29
# fetchurl because we don't know the URL ahead of time, even though it's deterministic. So we have
30
30
# this downloader figure out the URL on the fly and then produce the deterministic result, so we
31
31
# can still be a fixed-output derivation.
32
32
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 " ; } ;
36
36
} . ${ stdenv . system } or ( throw "Unsupported system ${ stdenv . system } !" ) ;
37
37
38
38
pants13-native-engine = runCommand "pants-native-${ pants13-version } " {
98
98
99
99
src = fetchPypi {
100
100
inherit pname version ;
101
- sha256 = "1d3i0jwhn94b96b3lwwxd10007hnxw6dw1azmwv3hhwq713gwnpi " ;
101
+ sha256 = "03zv3g55x056vjggwjr8lpniixcpb3kfy7xkl1bxsvjp2ih2wj6g " ;
102
102
} ;
103
103
104
104
prePatch = ''
You can’t perform that action at this time.
0 commit comments