diff options
author | R. Ryantm | 2024-07-31 14:03:25 +0000 |
---|---|---|
committer | R. Ryantm | 2024-07-31 14:03:25 +0000 |
commit | 7a34a66e27995e88c9f717c06904228551401626 (patch) | |
tree | 7a46787128a477655e42eed254e852bec28c2542 /pkgs/by-name/sy | |
parent | 46784713e57db18812ce068ab9758b5f0b72ad47 (diff) |
syft: 1.9.0 -> 1.10.0
Diffstat (limited to 'pkgs/by-name/sy')
-rw-r--r-- | pkgs/by-name/sy/syft/package.nix | 6 |
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 c0dc42959a5f..ba5b1c9e96f1 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.9.0"; + version = "1.10.0"; src = fetchFromGitHub { owner = "anchore"; repo = "syft"; rev = "refs/tags/v${version}"; - hash = "sha256-OO8tGjfp2iQvR800L6ykf36A4JEx/ImKirKP74rcvJc="; + hash = "sha256-WzVJqr96yUnRZ68dX1y+vLFc92nLLPfsBgGjtgCIvbk="; # 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-xf7ES9LZpVbvjiSTZP2stu0WpABlKqAr1OT3lV4mvVA="; + vendorHash = "sha256-OuTIkGln7EgwI3m0LjIE7giz26Bza4T5PXEkWd+QnI0="; nativeBuildInputs = [ installShellFiles ]; |