Merge pull request #232507 from fabaff/exploitdb-bump

exploitdb: 2023-05-14 -> 2023-05-17
This commit is contained in:
figsoda 2023-05-17 20:22:46 -04:00 committed by GitHub
commit 04b6b999b5
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-05-14";
version = "2023-05-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LC/BIyA6dbTut+2tU9D7PS9AfauRIHfdSY0gF2rVOLI=";
hash = "sha256-WbGtfxnEBOmmK9TjxSWJSEUHaUE9gX1hm9hmA4xkHhU=";
};
nativeBuildInputs = [