Skip to content

Commit

Permalink
cargo-features-manager: 0.8.0 -> 0.9.0 (#351436)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents 6090030 + 7192069 commit a76cb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-features-manager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cargo-features-manager";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitHub {
owner = "ToBinio";
repo = "cargo-features-manager";
rev = "v${version}";
hash = "sha256-ez8WIDHV6/f0Kk6cvzB25LoYBPT+JTzmOWrSxXXzpBc=";
hash = "sha256-g4iJ9iZp7vmnSE/P76ocDu/XKeSbPjosB97ojLI30oE=";
};

cargoHash = "sha256-G1MBH4c9b/h87QgCleTMnndjWc70KZI+6W4KWaxk28o=";
cargoHash = "sha256-O0MQAgOZdiVW6GU69BAn2beDDqNNwijLlmfC7I3Qd0A=";

meta = {
description = "Command-line tool for managing Architectural Decision Records";
Expand Down

0 comments on commit a76cb04

Please sign in to comment.