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 77
88buildGoModule rec {
99 pname = "syft" ;
10- version = "1.19 .0" ;
10+ version = "1.20 .0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "anchore" ;
1414 repo = "syft" ;
1515 tag = "v${ version } " ;
16- hash = "sha256-mO4mRMLoYA5WjDsA4FbMd/RLbQOekXKikl1zlZNKYtk =" ;
16+ hash = "sha256-kXan8bRpZoDimTwzva9KOKG1NqL9IDTRxpnXMDTUFBs =" ;
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-KmMES19mGgtSeGw31DqZQm9wp0y+nu3P2LTZh9ofCPM =" ;
31+ vendorHash = "sha256-rtDJuB6xGmxtq1k1jwMf1aEGlxEHywGiJvAdaI4So9U =" ;
3232
3333 nativeBuildInputs = [ installShellFiles ] ;
3434
You can’t perform that action at this time.
0 commit comments