Unverified Commit ffe12892 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #203697 from r-ryantm/auto-update/syft

syft: 0.62.1 -> 0.62.2
parents 7296c123 ed78ff51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "syft";
  version = "0.62.1";
  version = "0.62.2";

  src = fetchFromGitHub {
    owner = "anchore";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-mzDowDWnIxQCbCxqPun6oCqMeke4KE+kaVDH/V5TFC4=";
    sha256 = "sha256-n3ZkSsyaNreIohCrGYQUnRAnher1VqbV8vQKA20bnPs=";
    # 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;