Unverified Commit 8dbe6344 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trivy: 0.69.3 -> 0.69.4 (#501392)

parents ebc5d5fe 75ed03fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,19 +10,19 @@

buildGoModule (finalAttrs: {
  pname = "trivy";
  version = "0.69.3";
  version = "0.69.4";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = "trivy";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lzFcLyrORA+1LxS4nzJVvilg29GTNiGRmnjJ47ev/yU=";
    hash = "sha256-W3QCBmT6YVqYYxG62iIZ+cR6eh/OtzOz7gQgBy2FO9E=";
  };

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

  vendorHash = "sha256-aqSB2pakYH713GSbIAHwAL9Gio17MzZtwqfh9sbzDBs=";
  vendorHash = "sha256-HtzspJxMYTEd3jtw1ltmoBh8+eQnupqVZAovQzplgac=";

  subPackages = [ "cmd/trivy" ];