exploitdb: 2024-02-17 -> 2024-02-20

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-17...2024-02-20
This commit is contained in:
Fabian Affolter 2024-02-20 09:27:32 +01:00
parent 942d9b50a1
commit e3788427bf

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-17";
version = "2024-02-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rOhNN/kdwAtSq27P1vpTG/nLSyID/OKrPbDQOxdbgIw=";
hash = "sha256-cvz+yiB0Ei37W/RlW60oLCmQSCHZI6QB5JJtX4aUyuo=";
};
nativeBuildInputs = [