exploitdb: 2022-09-02 -> 2022-09-16

This commit is contained in:
Lein Matsumaru 2022-09-16 15:26:59 +00:00
parent 088fe6e978
commit b61fd54089
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-09-02";
version = "2022-09-16";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gZdoaY3wm45DhM2jlKneOzMupmKsPbeOzHIBhmgDeV0=";
hash = "sha256-idQx5q5tO+jI3nb2LvFfAmd+nGbrBxWcn34daVZxWdE=";
};
nativeBuildInputs = [