Merge pull request #127874 from fabaff/bump-exploitdb

exploitdb: 2021-06-19 -> 2021-06-23
This commit is contained in:
Sandro 2021-06-23 13:05:09 +02:00 committed by GitHub
commit 8cb714d084
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-06-19";
version = "2021-06-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "1qhznaq06plbkld4al3whrfvfpqgpwaxgwzdkyndvh40yn4sh1fz";
sha256 = "15gxxs5wjxvcjh5q9h17p163byzl33zg5yjlay1f1n2ng8nypygi";
};
installPhase = ''