go-exploitdb: 0.6.1 -> 0.6.2 (#445966)

This commit is contained in:
Fabian Affolter
2025-09-25 14:21:41 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-exploitdb";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "vulsio";
repo = "go-exploitdb";
tag = "v${version}";
hash = "sha256-2ldb+u5C9BdDOXzyuDxHgJ65Iot/+E4KCC6sm8nHv0U=";
hash = "sha256-kfPM1p7ihfCRsxYjqfKbcwaM2DLdOAqQ2ywxzEQV8A4=";
};
vendorHash = "sha256-GEMwuVTHamNX/A6Btslp4pmYJd4lylrjw7w/0Q/wKF8=";
vendorHash = "sha256-0RYc0ssdyV1b0DsMD5+0FA6oGStextvajX7SgHVQueU=";
ldflags = [
"-s"