exploitdb: 2021-06-25 -> 2021-06-29

This commit is contained in:
Fabian Affolter 2021-06-29 20:55:52 +02:00
parent 520da1d00f
commit 7b54a8b453

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-06-25";
version = "2021-06-29";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-xaRk/H2jITtU+93+7KxrYTTl0cCObvqcd+F9NNhjMjo=";
sha256 = "sha256-RF7+fo6I7rz7PTSHRDikeRpM0f4Bugn+Tt5Z7mjIKIM=";
};
installPhase = ''