Skip to content

Commit

Permalink
cargo-audit: 0.20.0 -> 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Aug 16, 2024
1 parent 8b90819 commit 064edbf
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 @@ -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
Expand Down

0 comments on commit 064edbf

Please sign in to comment.