3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192313 from fabaff/exploitdb-bump

exploitdb: 2022-09-16 -> 2022-09-21
This commit is contained in:
Fabian Affolter 2022-09-22 00:30:26 +02:00 committed by GitHub
commit b403ca90be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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