Unverified Commit 470954b8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

grype: 0.80.0 -> 0.80.2 (#344277)

parents 765928de c73892df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "grype";
  version = "0.80.0";
  version = "0.80.2";

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "grype";
    rev = "refs/tags/v${version}";
    hash = "sha256-28/BR4oKOW7CK4gv4ESVZsvsyd6gKwW2XPvA1vU8/Wc=";
    hash = "sha256-Q3KixUjyiPMLxoBIafyAUOeYRK6fhqgc150bLdwEk7M=";
    # populate values that require us to use git. By doing this in postFetch we
    # can delete .git afterwards and maintain better reproducibility of the src.
    leaveDotGit = true;
@@ -30,7 +30,7 @@ buildGoModule rec {

  proxyVendor = true;

  vendorHash = "sha256-F8r332smhjVRxAQ42CvJDmBl2rjxgwUZpoMDhFsBYSA=";
  vendorHash = "sha256-PXx5SyuKvxOZwJBspIiL8L7QzXzort6ZU3ZfrE8o700=";

  nativeBuildInputs = [ installShellFiles ];

+4 −0
Original line number Diff line number Diff line
@@ -5216,6 +5216,10 @@ with pkgs;
  grobi = callPackage ../tools/X11/grobi { };
  grype = callPackage ../by-name/gr/grype/package.nix {
    buildGoModule = buildGo123Module;
  };
  gscan2pdf = callPackage ../applications/graphics/gscan2pdf {
    # needs this fork of libtiff, because original libtiff
    # stopped packaging required tools with version 4.6