cargo-features-manager: 0.8.0 -> 0.9.0 (#351436)

This commit is contained in:
Nick Cao 2024-10-26 16:23:43 -04:00 committed by GitHub
commit a76cb04067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";