Merge pull request #131023 from applePrincess/exploitdb-2021-07-21

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