Merge pull request #130444 from applePrincess/exploitdb-2021-07-17

exploitdb: update 2021-07-15 -> 2021-07-17
This commit is contained in:
Jörg Thalheim 2021-07-17 14:13:26 +01:00 committed by GitHub
commit 644ffbd7b8
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-15";
version = "2021-07-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-WqLKdvJh22j9lwoO1iFIhjPCReeR4TQ91zqkVV/PN14=";
sha256 = "sha256-33Jv6sGJDguXOn2iiq3KpEPe4+LexDwwcY6P8AWbpVg=";
};
installPhase = ''