exploitdb: 2021-12-18 -> 2021-12-21

This commit is contained in:
Lein Matsumaru 2021-12-22 14:33:54 +00:00
parent 4c252f40af
commit ba9c19e23c
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-12-18";
version = "2021-12-21";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-/HvXS/jLyTZpXW/u+9PQQq60o9G07WVrOaKigw5JoFk=";
sha256 = "sha256-HTs8dGDSYU/Ih/8CS+4C4AtERxQHwlmpfrA0YrrKoyY=";
};
nativeBuildInputs = [ makeWrapper ];