cargo-modules: 0.23.1 -> 0.24.0

This commit is contained in:
R. Ryantm 2025-05-13 00:27:12 +00:00
parent 4c40e81b38
commit 8c6d89a8f9

View file

@ -6,17 +6,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cargo-modules";
version = "0.23.1";
version = "0.24.0";
src = fetchFromGitHub {
owner = "regexident";
repo = "cargo-modules";
tag = "v${version}";
hash = "sha256-L5goyuYn7qRVCgbOGRlSJA0B01MuOzIw9Lx5G/TanXs=";
hash = "sha256-MJswCl5eJjKarB2ufeNLQL0ZPDaRPpX6OGOqszG+a0g=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-txuTNuW6dJNnnLk9o5z4Pa42bJaAa9jB/ms8au+3Muc=";
cargoHash = "sha256-N1Bj0fqyirp51DNsrZEtRGOSUPS1YNbk+O3kdboQ+TQ=";
checkFlags = [
"--skip=cfg_test::with_tests::smoke"