Merge pull request #252289 from fabaff/exploitdb-bump

exploitdb: 2023-08-25 -> 2023-08-30
This commit is contained in:
Matthias Beyer 2023-08-30 12:05:08 +02:00 committed by GitHub
commit 63f920e4f2
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-08-25";
version = "2023-08-30";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kDwhmkx+nxqtpyKp9mmnTbu6pzGL/J4/NP2mojljgws=";
hash = "sha256-EWxZvr0VbSN8aysDQmqA/d/V5bxy4z1wx2PtC5RVAuI=";
};
nativeBuildInputs = [