exploitdb: 2024-02-10 -> 2024-02-14

This commit is contained in:
Lein Matsumaru 2024-02-15 14:20:45 +00:00
parent 3f995b60e2
commit ec775651d4
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

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