File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
buildGoModule rec {
9
9
pname = "syft" ;
10
- version = "1.28 .0" ;
10
+ version = "1.29 .0" ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "anchore" ;
14
14
repo = "syft" ;
15
15
tag = "v${ version } " ;
16
- hash = "sha256-cJIHyfnrzy0SM9qOxNGf9PGVapoGRWD8hT5L7XCKLjo =" ;
16
+ hash = "sha256-h9qNA9UPMLUEMXAWY8E0MW0rKkVy+Zf1lJ9dqbT/BNs =" ;
17
17
# populate values that require us to use git. By doing this in postFetch we
18
18
# can delete .git afterwards and maintain better reproducibility of the src.
19
19
leaveDotGit = true ;
@@ -28,7 +28,7 @@ buildGoModule rec {
28
28
# hash mismatch with darwin
29
29
proxyVendor = true ;
30
30
31
- vendorHash = "sha256-cBaAndcF1RBxdmG196KFXKd9mEqyUQdGlaTPZSPln0I =" ;
31
+ vendorHash = "sha256-B6O62qdoWT8+sNJNUDrW0WqarQMNbPfjFlShzaI63i8 =" ;
32
32
33
33
nativeBuildInputs = [ installShellFiles ] ;
34
34
You can’t perform that action at this time.
0 commit comments