Merge pull request #248332 from fabaff/exploitdb-bump

exploitdb: 2023-08-05 -> 2023-08-09
This commit is contained in:
Fabian Affolter 2023-08-10 15:11:10 +02:00 committed by GitHub
commit d67269dac4
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 = "2023-08-05";
version = "2023-08-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-s0CYG3sRJniz6AHPvWvYjhRZoepGY//sQbvWAIZmf38=";
hash = "sha256-o6rLIp6bOJK+JB0zd+aHbcWUBlEj9Y8FUdTYdnBp8wg=";
};
nativeBuildInputs = [