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.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
You can’t perform that action at this time.
0 commit comments