exploitdb: 2024-02-14 -> 2024-02-16

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-14...2024-02-16
This commit is contained in:
Fabian Affolter 2024-02-16 09:35:36 +01:00
parent ed9dcf1286
commit 220335727d

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-14";
version = "2024-02-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yNfshjwsLAM6P8vCyia/h1oXg6Asg7sKkBCcGtQNGHo=";
hash = "sha256-9kzGnWB0JYdftBKRAivDdhn1BBePVltjbel0FrcAHFw=";
};
nativeBuildInputs = [