Skip to content

Commit bea2d4f

Browse files
syft: 1.28.0 -> 1.29.0 (#427282)
Co-authored-by: kashw2 <[email protected]>
2 parents 643784c + f668c2e commit bea2d4f

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.28.0";
10+
version = "1.29.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "anchore";
1414
repo = "syft";
1515
tag = "v${version}";
16-
hash = "sha256-cJIHyfnrzy0SM9qOxNGf9PGVapoGRWD8hT5L7XCKLjo=";
16+
hash = "sha256-h9qNA9UPMLUEMXAWY8E0MW0rKkVy+Zf1lJ9dqbT/BNs=";
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-cBaAndcF1RBxdmG196KFXKd9mEqyUQdGlaTPZSPln0I=";
31+
vendorHash = "sha256-B6O62qdoWT8+sNJNUDrW0WqarQMNbPfjFlShzaI63i8=";
3232

3333
nativeBuildInputs = [ installShellFiles ];
3434

0 commit comments

Comments
 (0)