exploitdb: 2021-08-05 -> 2021-08-06

This commit is contained in:
Lein Matsumaru 2021-08-06 16:19:37 +00:00
parent 87fa42c937
commit 2fdfa55e23
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-05";
version = "2021-08-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-on70ulr8B883Ty7ctmB9d8bLhK+83Qo2UqwIIrA7fkE=";
sha256 = "sha256-aKF/6SuSAk319QqGmyUu91//ofvPtHxX2Uv8FxhzqCM=";
};
installPhase = ''