exploitdb: 2021-07-17 -> 2021-07-20

This commit is contained in:
Lein Matsumaru 2021-07-20 21:47:01 +00:00
parent 5f496e0da3
commit 34141d226a
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-17";
version = "2021-07-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-33Jv6sGJDguXOn2iiq3KpEPe4+LexDwwcY6P8AWbpVg=";
sha256 = "sha256-WjCayhpWeZ19DygKNLfwE5OGi4sQI+I+j3BMLuce9Z4=";
};
installPhase = ''