Merge pull request #129867 from applePrincess/exploitdb-2021-07-10

exploitdb: 2021-07-09 -> 2021-07-10
This commit is contained in:
Fabian Affolter 2021-07-10 20:29:55 +02:00 committed by GitHub
commit ab47a7749d
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-09";
version = "2021-07-10";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-FjiQ+L3eW+od41Vz00t/LhagS3SUT+PA5GvtZ6lhoFU=";
sha256 = "sha256-xxlG8N6/WC/9bjY3fzopXIq0l7c81Rs0NdjVE4N5JNI=";
};
installPhase = ''