Skip to content

Commit b666a1c

Browse files
cargo-modules: 0.24.2 -> 0.24.3 (#421448)
2 parents 903c390 + 35beb68 commit b666a1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-modules/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "cargo-modules";
9-
version = "0.24.2";
9+
version = "0.24.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "regexident";
1313
repo = "cargo-modules";
1414
tag = "v${version}";
15-
hash = "sha256-Z6CbH0a2LCHtFQeiHXAC8ebysVLueHNlqxDe+Q3Tbyc=";
15+
hash = "sha256-ZotG9eYVwNb123dQ6D4bsVCb7vS/jc/I67JPrQnJ59U=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-8MNhuvYfIVAIsnHFyz38CY0YOgqc9AwEh3W5kn9Gs3k=";
19+
cargoHash = "sha256-CNOzNaA/bOvuBsON42m0cPEvAcqpCp1oNNOetuDEN04=";
2020

2121
checkFlags = [
2222
"--skip=cfg_test::with_tests::smoke"

0 commit comments

Comments
 (0)