exploitdb: 2021-07-30 -> 2021-08-03

This commit is contained in:
Lein Matsumaru 2021-08-03 06:56:38 +00:00
parent ab5b6828af
commit a7594a9611
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-07-30";
version = "2021-08-03";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-7gMhp5MR4RFPv8Ob9SR3XvapPIt5llf3CspW4Yu7Puo=";
sha256 = "sha256-cgd4J6d493uQRo079eq7CjjmhofPeuafS0mWAjVfOck=";
};
installPhase = ''