exploitdb: update 2021-07-14 -> 2021-07-15

This commit is contained in:
Lein Matsumaru 2021-07-15 23:32:22 +00:00
parent a4ce77483b
commit 6fcace2191
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-07-14";
version = "2021-07-15";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-s3aohQJM6oDdmzBRfiz45rqGOPl3YdjdE1XrFjBPyaw=";
sha256 = "sha256-WqLKdvJh22j9lwoO1iFIhjPCReeR4TQ91zqkVV/PN14=";
};
installPhase = ''