Skip to content

Commit f234581

Browse files
syft: 1.18.0 -> 1.18.1 (#367499)
2 parents e3c0800 + 065452c commit f234581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sy/syft/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "syft";
10-
version = "1.18.0";
10+
version = "1.18.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "anchore";
1414
repo = "syft";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-cxBZs4H557Sc1k3jftbxjv1DcPM9GZb/2QGtuuA/D2I=";
16+
hash = "sha256-ot4qdCxF9Kg657IFzUIxGsmRCDag1a4Ipq1qj2RPW0E=";
1717
# populate values that require us to use git. By doing this in postFetch we
1818
# can delete .git afterwards and maintain better reproducibility of the src.
1919
leaveDotGit = true;
@@ -28,7 +28,7 @@ buildGoModule rec {
2828
# hash mismatch with darwin
2929
proxyVendor = true;
3030

31-
vendorHash = "sha256-hilxZidIIwrqd6motWDlicCPepU4gyZvqk/Fzry98UE=";
31+
vendorHash = "sha256-3GvOWu+h1d5qUxUd7yxE/YReeuXteVV/4ZrnMgGRZi0=";
3232

3333
nativeBuildInputs = [ installShellFiles ];
3434

0 commit comments

Comments
 (0)