exploitdb: 2021-08-28 -> 2021-09-01

This commit is contained in:
Lein Matsumaru 2021-09-01 13:35:02 +00:00
parent 6cc260cfd6
commit 1ea4c8dc31
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-08-28";
version = "2021-09-01";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-eLbRtsZYRCPh0FDecxjAt4P0mUZJaZKg6kg5/SSYP1A=";
sha256 = "sha256-uWKZTtBp1HF7WbQVoZMxNQ2osvw3+RARLAJTwxqRErA=";
};
installPhase = ''