about summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-06-19 07:20:28 +0000
committerGitHub <noreply@github.com>2024-06-19 07:20:28 +0000
commitf00169a8a4737824a876d29b277d523e41592214 (patch)
tree67815a4bde5ae815c0ed39c049ca21f9427d49f4
parent4eb5dacee9d369540fac3b492cf813d7eb6758b3 (diff)
parentee5068139ee90e561a719284daa967ac29718e7d (diff)
Merge pull request #320942 from r-ryantm/auto-update/syft
syft: 1.6.0 -> 1.7.0
-rw-r--r--pkgs/by-name/sy/syft/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sy/syft/package.nix b/pkgs/by-name/sy/syft/package.nix
index db459c26d00e8..e3c9cf532184a 100644
--- a/pkgs/by-name/sy/syft/package.nix
+++ b/pkgs/by-name/sy/syft/package.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "syft";
-  version = "1.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = "syft";
     rev = "refs/tags/v${version}";
-    hash = "sha256-qh+iuqnLX8Qr8sOP3YobwcFdOhnlIrnoBR53ZeCPdB4=";
+    hash = "sha256-fTqyFsFWSsVt2Thd15nlsmnNIhQSLAv9SaaaVJWto/8=";
     # 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;
@@ -28,7 +28,7 @@ buildGoModule rec {
   # hash mismatch with darwin
   proxyVendor = true;
 
-  vendorHash = "sha256-CmkxbyXUvFqa3sRcT7aao+pdZxJVFQiNcwmCmWzgF5c=";
+  vendorHash = "sha256-U4PZPUsfWCJB2YFJkirF8Q46pRmhKqzSnk7GpKOrfbU=";
 
   nativeBuildInputs = [ installShellFiles ];