Merge pull request #139512 from fabaff/bump-exploitdb

exploitdb: 2021-09-22 -> 2021-09-25
This commit is contained in:
Fabian Affolter 2021-09-26 12:07:14 +02:00 committed by GitHub
commit 1db5fc18fe
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-09-22";
version = "2021-09-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-axA20Ok+5LgtW4Mf1xMM64Gd6C6joBC5isUdZPncgDw=";
sha256 = "sha256-KjeldF3oBX4QLba7pTmvRwymxZ+x8HPfIKT7IevrOlU=";
};
installPhase = ''