Commit 6d5c84f 1 parent 0bb74f1 commit 6d5c84f Copy full SHA for 6d5c84f
File tree 1 file changed +4
-4
lines changed
pkgs/development/tools/rust/cargo-c
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
rustPlatform . buildRustPackage rec {
15
15
pname = "cargo-c" ;
16
- version = "0.9.24 " ;
16
+ version = "0.9.29 " ;
17
17
18
18
src = fetchCrate {
19
19
inherit pname ;
20
20
# this version may need to be updated along with package version
21
- version = "${ version } +cargo-0.73 .0" ;
22
- hash = "sha256-eNaK+SRrHz/DXkCcJP040R6bdhyFmjxkwHbXVFlHub8 =" ;
21
+ version = "${ version } +cargo-0.76 .0" ;
22
+ hash = "sha256-Uy5Bm8WwN3jQO2btnV/ayxTlIJAe5q2FUvhxCCrn9U8 =" ;
23
23
} ;
24
24
25
- cargoHash = "sha256-Us50BbdNSJAx7JTKkvA4tjbGNueCJsAwGEelc1sP5pc =" ;
25
+ cargoHash = "sha256-fkekUCZReiexdtiQcWx+Hqz4XDDbRGa4fGheBCNZ3Qw =" ;
26
26
27
27
nativeBuildInputs = [ pkg-config ( lib . getDev curl ) ] ;
28
28
buildInputs = [ openssl curl ] ++ lib . optionals stdenv . isDarwin [
You can’t perform that action at this time.
0 commit comments