Loading pkgs/by-name/sy/syft/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildGoModule rec { pname = "syft"; version = "1.33.0"; version = "1.34.0"; src = fetchFromGitHub { owner = "anchore"; repo = "syft"; tag = "v${version}"; hash = "sha256-S7PvaLjrd6W7AyCgi8yAC0kjFwVxpf/FlzyOq3yvayE="; hash = "sha256-J9ia5VjEItwDS2YjKAGAuQTTig5IIQA70yBYM/2r4B4="; # 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; Loading @@ -29,7 +29,7 @@ buildGoModule rec { # hash mismatch with darwin proxyVendor = true; vendorHash = "sha256-JppXYoge4hK5hw2O2KSRL1n/UX/bc2LmGEzwQW6xD44="; vendorHash = "sha256-r1P3dWNiVLDFLJ5IM/VHdMTDS/Yh+pb8VODxEnmxmks="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/by-name/sy/syft/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildGoModule rec { pname = "syft"; version = "1.33.0"; version = "1.34.0"; src = fetchFromGitHub { owner = "anchore"; repo = "syft"; tag = "v${version}"; hash = "sha256-S7PvaLjrd6W7AyCgi8yAC0kjFwVxpf/FlzyOq3yvayE="; hash = "sha256-J9ia5VjEItwDS2YjKAGAuQTTig5IIQA70yBYM/2r4B4="; # 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; Loading @@ -29,7 +29,7 @@ buildGoModule rec { # hash mismatch with darwin proxyVendor = true; vendorHash = "sha256-JppXYoge4hK5hw2O2KSRL1n/UX/bc2LmGEzwQW6xD44="; vendorHash = "sha256-r1P3dWNiVLDFLJ5IM/VHdMTDS/Yh+pb8VODxEnmxmks="; nativeBuildInputs = [ installShellFiles ]; Loading