Skip to content

Commit 6d5c84f

Browse files
committed
cargo-c: 0.9.24 -> 0.9.29
Diff: lu-zero/cargo-c@v0.9.24...v0.9.29
1 parent 0bb74f1 commit 6d5c84f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/tools/rust/cargo-c/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "cargo-c";
16-
version = "0.9.24";
16+
version = "0.9.29";
1717

1818
src = fetchCrate {
1919
inherit pname;
2020
# 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=";
2323
};
2424

25-
cargoHash = "sha256-Us50BbdNSJAx7JTKkvA4tjbGNueCJsAwGEelc1sP5pc=";
25+
cargoHash = "sha256-fkekUCZReiexdtiQcWx+Hqz4XDDbRGa4fGheBCNZ3Qw=";
2626

2727
nativeBuildInputs = [ pkg-config (lib.getDev curl) ];
2828
buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [

0 commit comments

Comments
 (0)