exploitdb: 2024-03-07 -> 2024-03-09

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-07...2024-03-09
This commit is contained in:
Fabian Affolter 2024-03-09 13:11:29 +01:00 committed by Bjørn Forsman
parent 8592f10766
commit 54b610936e

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-07";
version = "2024-03-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-f+xg4uR//1ffssH2PAN9ta/osCrY7+s6SI1Kfvfq8cQ=";
hash = "sha256-IkCswvoCEqlTckXILYToXpIJpHM7MIcVK1MySAJK63A=";
};
nativeBuildInputs = [