exploitdb: 2024-03-17 -> 2024-03-19

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-17...2024-03-19
This commit is contained in:
Fabian Affolter 2024-03-19 06:58:09 +01:00
parent 2d5db19dff
commit d04a691f01

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-17";
version = "2024-03-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Vqdi7/jr+Di20y1HoFbXnl2riZfadgsRmzpSryW03M0=";
hash = "sha256-VfaUm1d/Hpqo3TfS3gssr0YRPHqxXewZzH52/nSLHXU=";
};
nativeBuildInputs = [