Unverified Commit 6cb5757d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #335192 from ipetkov/cargo-audit

parents c826cd39 064edbf5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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