Merge pull request #131107 from applePrincess/exploitdb-2021-07-22

exploitdb: 2021-07-21 -> 2021-07-22
This commit is contained in:
Fabian Affolter 2021-07-22 22:06:05 +02:00 committed by GitHub
commit 40f39ea04a
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-21";
version = "2021-07-22";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-VKjbVlSvJmp6GIyQ3DVPMl+ARRWslFIf7Oc2Qtb5ouI=";
sha256 = "sha256-pmi1oKam3t4iKqbisFghdVlzp1Ozmc9Nmn19JLrsams=";
};
installPhase = ''