Merge pull request #128165 from applePrincess/exploitdb-2021-06-25

exploitdb: 2021-06-23 -> 2021-06-25
This commit is contained in:
Fabian Affolter 2021-06-26 08:18:51 +02:00 committed by GitHub
commit d8d65c00a9
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-23";
version = "2021-06-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "15gxxs5wjxvcjh5q9h17p163byzl33zg5yjlay1f1n2ng8nypygi";
sha256 = "sha256-xaRk/H2jITtU+93+7KxrYTTl0cCObvqcd+F9NNhjMjo=";
};
installPhase = ''