Skip to content

Commit

Permalink
cargo-audit: 0.19.0 -> 0.20.0
Browse files Browse the repository at this point in the history
(cherry picked from commit b660c6f)
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
r-ryantm authored and matthiasbeyer committed Mar 23, 2024
1 parent 0a69747 commit 798c21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-audit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-audit";
version = "0.19.0";
version = "0.20.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-NPRtSoITOS9i/v9hgdULVSmLaFbXZZeoO4SdqqANDxk=";
hash = "sha256-hzy+AVWGWzWYupllrLSryoi4rXPM0+G6WBlRbf03xA8=";
};

cargoHash = "sha256-cQ2ZEZJ7PgNUxzZXR9Of1R5v2wu1b3xOlENu1DZU/rQ=";
cargoHash = "sha256-OOkJGdqEHNVbgZZIjQupGaSs4tB52b7kPGLKELUocn4=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 798c21d

Please sign in to comment.