Merge pull request #130873 from applePrincess/exploitdb-2021-07-20

exploitdb: 2021-07-17 -> 2021-07-20
This commit is contained in:
Sandro 2021-07-21 00:10:26 +02:00 committed by GitHub
commit 702a33afaa
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-17";
version = "2021-07-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-33Jv6sGJDguXOn2iiq3KpEPe4+LexDwwcY6P8AWbpVg=";
sha256 = "sha256-WjCayhpWeZ19DygKNLfwE5OGi4sQI+I+j3BMLuce9Z4=";
};
installPhase = ''