Skip to content

Commit

Permalink
trivy: 0.21.1 -> 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2021
1 parent 2173817 commit 37983bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/trivy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "trivy";
version = "0.21.1";
version = "0.21.2";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KxGG59H5EzIcYigvbQlrwpZLP4zMqErO3vDKhBOPc3w=";
sha256 = "sha256-k8bjwKoAXt9XFQX7rHhdrcu3FoaU31Ra78PQHNVCfq0=";
};

vendorSha256 = "sha256-lITzqPMsZk/G2nG4LcUdyTb3gE3rtlXET/c2UaYODvU=";
vendorSha256 = "sha256-rJvmY0557QOb8D1/LhN8w64ds3HwqolLmGdntS5CJPQ=";

excludedPackages = "misc";

Expand Down

0 comments on commit 37983bc

Please sign in to comment.