exploitdb: 2023-08-09 -> 2023-08-11

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-09...2023-08-11
This commit is contained in:
Fabian Affolter
2023-08-11 10:48:48 +02:00
parent e594a0fc14
commit f83e842b8b
+2 -2
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 = [