cargo-modules: 0.24.2 -> 0.24.3

This commit is contained in:
R. Ryantm 2025-07-01 09:52:57 +00:00
parent bdfd0f2afc
commit 35beb68f70

View File

@ -6,17 +6,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-modules"; pname = "cargo-modules";
version = "0.24.2"; version = "0.24.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "regexident"; owner = "regexident";
repo = "cargo-modules"; repo = "cargo-modules";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Z6CbH0a2LCHtFQeiHXAC8ebysVLueHNlqxDe+Q3Tbyc="; hash = "sha256-ZotG9eYVwNb123dQ6D4bsVCb7vS/jc/I67JPrQnJ59U=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-8MNhuvYfIVAIsnHFyz38CY0YOgqc9AwEh3W5kn9Gs3k="; cargoHash = "sha256-CNOzNaA/bOvuBsON42m0cPEvAcqpCp1oNNOetuDEN04=";
checkFlags = [ checkFlags = [
"--skip=cfg_test::with_tests::smoke" "--skip=cfg_test::with_tests::smoke"