mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cargo-modules: 0.23.1 -> 0.24.0
This commit is contained in:
parent
4c40e81b38
commit
8c6d89a8f9
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.23.1";
|
version = "0.24.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "regexident";
|
owner = "regexident";
|
||||||
repo = "cargo-modules";
|
repo = "cargo-modules";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-L5goyuYn7qRVCgbOGRlSJA0B01MuOzIw9Lx5G/TanXs=";
|
hash = "sha256-MJswCl5eJjKarB2ufeNLQL0ZPDaRPpX6OGOqszG+a0g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-txuTNuW6dJNnnLk9o5z4Pa42bJaAa9jB/ms8au+3Muc=";
|
cargoHash = "sha256-N1Bj0fqyirp51DNsrZEtRGOSUPS1YNbk+O3kdboQ+TQ=";
|
||||||
|
|
||||||
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