exploitdb: 2024-02-27 -> 2024-03-01

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-27...2024-03-01
This commit is contained in:
Fabian Affolter 2024-03-01 12:04:23 +01:00
parent 5304897c5e
commit 2117918926

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-27";
version = "2024-03-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bFCh1kNm7D71PoRoSHdm1qYGGNvYnEb9cLbZerVy5vw=";
hash = "sha256-6kBirGsaDfUgp/NiUa17SE+Cq8dmH9v3uuBooFMnMM0=";
};
nativeBuildInputs = [