go-exploitdb: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm 2023-10-28 09:25:02 +00:00
parent 55acef4031
commit 963cd52c0f

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-exploitdb";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "vulsio";
repo = "go-exploitdb";
rev = "refs/tags/v${version}";
hash = "sha256-iBOpgeL/cLoQufla0MpQs/0icRWUj1HngnAwOcKLSsQ=";
hash = "sha256-xQQnMlj5dxvvGPqzMyMVloJQe5qY2EPQkYaw3RpgxjI=";
};
vendorHash = "sha256-e+E8qcc5sRlb9clOFUrOzVwJlp3AFnZ6/lNAxaBe+hQ=";
vendorHash = "sha256-1HvhphLJH0572au2iSXVjN35JCpZr1hesnMrIpdOBRc=";
ldflags = [
"-s"