Merge pull request #248500 from fabaff/exploitdb-bump

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