Merge pull request #298395 from fabaff/exploitdb-bump

exploitdb: 2024-03-21 -> 2024-03-23
This commit is contained in:
Nick Cao 2024-03-23 13:14:58 -04:00 committed by GitHub
commit 513e0fab0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-21";
version = "2024-03-23";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vacIdG4+9AiwtcikE5Xqf8L+TqExmrh6w7ZSGtnNe/c=";
hash = "sha256-2Z6HY2Pz7PKh0iBXaplxj7il0Ekzqsbq57l0/Pk03+s=";
};
nativeBuildInputs = [