Merge pull request #135562 from fabaff/bump-exploitdb

exploitdb: 2021-08-21 -> 2021-08-24
This commit is contained in:
Fabian Affolter 2021-08-24 19:56:59 +02:00 committed by GitHub
commit 503209808c
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-08-21";
version = "2021-08-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-3XSk6a8gaCF8X1Plyfyi1Jtfp2sDLgbstv67hvlM3Gk=";
sha256 = "sha256-+tmSnPICX8CoD7YBsph2k0AfEg/IhCyYMHkXyVTYaIQ=";
};
installPhase = ''