Merge pull request #335192 from ipetkov/cargo-audit

This commit is contained in:
Sandro 2024-08-19 11:24:02 +02:00 committed by GitHub
commit 6cb5757dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-audit";
version = "0.20.0";
version = "0.20.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-hzy+AVWGWzWYupllrLSryoi4rXPM0+G6WBlRbf03xA8=";
hash = "sha256-1HLs7j8opRma3WaHbqeTqG0iJOgD0688/7p/+jrNPAg=";
};
cargoHash = "sha256-OOkJGdqEHNVbgZZIjQupGaSs4tB52b7kPGLKELUocn4=";
cargoHash = "sha256-Cd8K/Y+vWWuneeE52yaYgvg9NdBqW+QjUC5XLVVIgc0=";
nativeBuildInputs = [
pkg-config