exploitdb: 2024-02-16 -> 2024-02-17

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-16...2024-02-17
This commit is contained in:
Fabian Affolter
2024-02-18 09:58:11 +01:00
parent 220335727d
commit 25b85780d2
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-16";
version = "2024-02-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9kzGnWB0JYdftBKRAivDdhn1BBePVltjbel0FrcAHFw=";
hash = "sha256-rOhNN/kdwAtSq27P1vpTG/nLSyID/OKrPbDQOxdbgIw=";
};
nativeBuildInputs = [