mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
cargo-modules: 0.24.0 -> 0.24.1 (#413595)
This commit is contained in:
commit
f3b1e97c95
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-modules";
|
pname = "cargo-modules";
|
||||||
version = "0.24.0";
|
version = "0.24.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "regexident";
|
owner = "regexident";
|
||||||
repo = "cargo-modules";
|
repo = "cargo-modules";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-MJswCl5eJjKarB2ufeNLQL0ZPDaRPpX6OGOqszG+a0g=";
|
hash = "sha256-VApgcyG2wKZ2kXHvToWfFi/YM0Q0Ebw2G1RJfmMrGuI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-N1Bj0fqyirp51DNsrZEtRGOSUPS1YNbk+O3kdboQ+TQ=";
|
cargoHash = "sha256-kKYB6Dvvw/DkMJ0q9PPltZMBgGQJ50L7MXFOVjkHSEM=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
"--skip=cfg_test::with_tests::smoke"
|
"--skip=cfg_test::with_tests::smoke"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue