exploitdb: 2023-03-31 -> 2023-04-01

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-03-31...2023-04-01
This commit is contained in:
Fabian Affolter 2023-04-01 16:02:34 +02:00
parent 64dfc28589
commit 837645c0a1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-31";
version = "2023-04-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Xqhmkdl4f29a+ev/Dc7b/GW1PyU8oAc64dibYnhts88=";
hash = "sha256-9cH1zJd3r6unnJMnnpLGZZ82FGafRpiBq0rECH//PPc=";
};
nativeBuildInputs = [