Commit 5e2d8367 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d2275061
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,19 +11,19 @@

buildGo124Module rec {
  pname = "trivy";
  version = "0.60.0";
  version = "0.61.0";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = "trivy";
    tag = "v${version}";
    hash = "sha256-9JArivz+4GWfU2R7e4pFI/cWJgNFhMj/cQ09a4ESoy8=";
    hash = "sha256-SC/EYozsPdqummWBCrQi852rHk6TAMnzxyn0FzwjJ6w=";
  };

  # Hash mismatch on across Linux and Darwin
  proxyVendor = true;

  vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
  vendorHash = "sha256-cQPfZnLDNqMfunBr0xa45H/Trh9+EvdDdiYrjZsOyF0=";

  subPackages = [ "cmd/trivy" ];