Merge pull request #130325 from applePrincess/exploitdb-2021-07-15

exploitdb: update 2021-07-14 -> 2021-07-15
This commit is contained in:
Fabian Affolter 2021-07-17 11:57:08 +02:00 committed by GitHub
commit 9b2638ede0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''