summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-23 06:55:13 -0500
committerGitHub <noreply@github.com>2022-11-23 06:55:13 -0500
commit05d64be1570068c6bfaaa9272f6288c975508f0d (patch)
tree0584d216dac8d3adb0f276118b908a7750791ad9
parentc0a5e42991ab6979cfa7d8542f96640ca608594e (diff)
parent7c81f8bc2acb4e4a8edfe211aef56582decaad49 (diff)
downloadnixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar.gz
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar.bz2
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar.lz
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar.xz
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.tar.zst
nixpkgs-05d64be1570068c6bfaaa9272f6288c975508f0d.zip
Merge pull request #202479 from r-ryantm/auto-update/syft
syft: 0.62.0 -> 0.62.1
-rw-r--r--pkgs/tools/admin/syft/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/syft/default.nix b/pkgs/tools/admin/syft/default.nix
index 54d6f780a24..8e198d1ecef 100644
--- a/pkgs/tools/admin/syft/default.nix
+++ b/pkgs/tools/admin/syft/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "syft";
-  version = "0.62.0";
+  version = "0.62.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-hed2ikV9xVDSSpLedAVcCJx/cQI5EPsb+fG2h63ij98=";
+    sha256 = "sha256-mzDowDWnIxQCbCxqPun6oCqMeke4KE+kaVDH/V5TFC4=";
     # 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;