Commit c73892df authored by Fabian Affolter's avatar Fabian Affolter
Browse files

grype: 0.80.0 -> 0.80.2

Diff: anchore/grype@refs/tags/v0.80.0...v0.80.2

Changelog: https://github.com/anchore/grype/releases/tag/v0.80.2
parent 01ce8470
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
@@ -5214,6 +5214,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