Merge pull request #244131 from fabaff/exploitdb-bump

exploitdb: 2023-07-12 -> 2023-07-18
This commit is contained in:
Fabian Affolter 2023-07-19 10:18:10 +02:00 committed by GitHub
commit 879637a2ab
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-07-12";
version = "2023-07-18";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ro17fRg9sw6+3ba6apIXtGwWvnPs0i6tMMJu6VwWPd0=";
hash = "sha256-fna7N9TCrq2Fz+/S0vNQRCx35EFTRr+OiYk6aXzWfyc=";
};
nativeBuildInputs = [