exploitdb: 2023-11-28 -> 2023-12-01

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-28...2023-12-01
This commit is contained in:
Fabian Affolter 2023-12-01 11:16:38 +01:00
parent 801c7fe3a7
commit 90e9274188

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-28";
version = "2023-12-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3F2x+1d2h0fMy8p0qCOHh7UZyGYc65WkJcHxug0Hg6g=";
hash = "sha256-tWwcNZ4xyeNMhIyH6cYfW910syfZd4KF9G73XItz8hk=";
};
nativeBuildInputs = [