exploitdb: 2023-06-27 -> 2023-07-04

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-27...2023-07-04
This commit is contained in:
Fabian Affolter
2023-07-05 08:49:01 +02:00
parent fa6865df59
commit 6906893b16
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-27";
version = "2023-07-04";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2LPLVy43uHzvWruGCKOKh4pn9/RHIdhpYQnNwG9/+Sw=";
hash = "sha256-a6ELQlfer7kmeWxjiuAelT2TcmwXoAD3s/x3f1JsRlQ=";
};
nativeBuildInputs = [