Merge pull request #241609 from fabaff/exploitdb-bump

exploitdb: 2023-06-27 -> 2023-07-04
This commit is contained in:
figsoda
2023-07-05 09:42:56 -04:00
committed by GitHub
+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 = [