Merge pull request #236014 from fabaff/exploitdb-bump

exploitdb: 2023-06-03 -> 2023-06-05
This commit is contained in:
Nick Cao 2023-06-05 00:50:56 -06:00 committed by GitHub
commit 740fd914d5
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-06-03";
version = "2023-06-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qyrQMNrCn6HaqMM1ikzx/KGquBOa71XNPHcu5aNnSYg=";
hash = "sha256-OhcYBct+ADyEk3VszQr/A+igB4mI/1BBedNzAfuHQ+k=";
};
nativeBuildInputs = [