cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0 Please note that the cargo hash didn't change since no dependencies were updated (only the package version in Cargo.lock).
This commit is contained in:
parent
cc9505aab1
commit
1737cd07ca
@ -107,7 +107,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-make"
|
name = "cargo-make"
|
||||||
version = "0.22.2"
|
version = "0.23.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ci_info 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ci_info 0.8.1 (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.22.2";
|
version = "0.23.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 = "17q6lcrn9xwgy20vvv7m3wxnf85k334751iksk89h9l1s2d36bcl";
|
sha256 = "1g62k0g9b5m8jaxxkbx0d59k8yb3di59l3p9m32hx617rn4k5wjd";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
runCommand "cargo-make-src" {} ''
|
runCommand "cargo-make-src" {} ''
|
||||||
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A Rust task runner and build tool";
|
description = "A Rust task runner and build tool";
|
||||||
homepage = "https://github.com/sagiegurari/cargo-make";
|
homepage = "https://github.com/sagiegurari/cargo-make";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd ma27 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user