mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
cargo-features-manager: 0.8.0 -> 0.9.0 (#351436)
This commit is contained in:
commit
a76cb04067
@ -5,16 +5,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-features-manager";
|
pname = "cargo-features-manager";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ToBinio";
|
owner = "ToBinio";
|
||||||
repo = "cargo-features-manager";
|
repo = "cargo-features-manager";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ez8WIDHV6/f0Kk6cvzB25LoYBPT+JTzmOWrSxXXzpBc=";
|
hash = "sha256-g4iJ9iZp7vmnSE/P76ocDu/XKeSbPjosB97ojLI30oE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-G1MBH4c9b/h87QgCleTMnndjWc70KZI+6W4KWaxk28o=";
|
cargoHash = "sha256-O0MQAgOZdiVW6GU69BAn2beDDqNNwijLlmfC7I3Qd0A=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line tool for managing Architectural Decision Records";
|
description = "Command-line tool for managing Architectural Decision Records";
|
||||||
|
Loading…
Reference in New Issue
Block a user