tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
syft: 0.96.0 -> 0.97.1
kashw2
2 years ago
98a39fcd
38b1656c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
admin
syft
default.nix
+3
-3
pkgs/tools/admin/syft/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "syft";
5
5
-
version = "0.96.0";
5
5
+
version = "0.97.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "anchore";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
hash = "sha256-jvX7gUQX6yhk9pV2Rh66Gy6XUQN/XY5jxUYs5RfEL7s=";
11
11
+
hash = "sha256-2c2Ymf+cATK/E8DS/Z1EvgfWPo2fo4y2zx13MAPAQPg=";
12
12
# populate values that require us to use git. By doing this in postFetch we
13
13
# can delete .git afterwards and maintain better reproducibility of the src.
14
14
leaveDotGit = true;
···
22
22
};
23
23
# hash mismatch with darwin
24
24
proxyVendor = true;
25
25
-
vendorHash = "sha256-79m0KQ8sLodWY2LMKNdZxKZbiBBOAv6f8eLOKhrCSdU=";
25
25
+
vendorHash = "sha256-xtik+sMCcVdG4FsurpTJT0U//hKFyZsNCIpbVY235Bk=";
26
26
27
27
nativeBuildInputs = [ installShellFiles ];
28
28