cargo-supply-chain: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm 2025-08-17 12:33:24 +00:00
parent e1b788a9cb
commit 91649a037a

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-supply-chain"; pname = "cargo-supply-chain";
version = "0.3.3"; version = "0.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-secure-code"; owner = "rust-secure-code";
repo = "cargo-supply-chain"; repo = "cargo-supply-chain";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KjeYB9TFbuJ2KPaObeM0ADs5F8uJJ6/czMPQjBUgIk8="; hash = "sha256-LTr7Y1SHk56ltYAA6AESAiWD0Rr15cY1BtOyhM4Q5iE=";
}; };
cargoHash = "sha256-fsW3qTyFMcj/OTouOah1ZFskw075V8jBwhs02AxY7kU="; cargoHash = "sha256-Lk08Avmx563A2Ka5J/TqxY3FRNgbKRSsIpJWYlcLt0E=";
meta = with lib; { meta = with lib; {
description = "Gather author, contributor and publisher data on crates in your dependency graph"; description = "Gather author, contributor and publisher data on crates in your dependency graph";