cargo-make: 0.24.3 -> 0.25.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.25.0
This commit is contained in:
parent
5065378316
commit
26f3d45b5f
@ -98,7 +98,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-make"
|
name = "cargo-make"
|
||||||
version = "0.24.3"
|
version = "0.25.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ci_info 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ci_info 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-make";
|
pname = "cargo-make";
|
||||||
version = "0.24.3";
|
version = "0.25.0";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
let
|
let
|
||||||
@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "sagiegurari";
|
owner = "sagiegurari";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1wcpk8b41v7j2z3vnn0nz18kkw4cm18k0qrnmn89h9cp5lpzfh8r";
|
sha256 = "1dvn3sjvvlllj99a94jl6yvdkv3a5qrrn3drdnx2s0v1w4djl5z4";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
runCommand "cargo-make-src" {} ''
|
runCommand "cargo-make-src" {} ''
|
||||||
|
Loading…
Reference in New Issue
Block a user