exploitdb: 2023-10-26 -> 2023-11-01

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-10-26...2023-11-01
This commit is contained in:
Fabian Affolter 2023-11-01 06:45:21 +01:00
parent c683433552
commit 7dd9d93795

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-10-26";
version = "2023-11-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-P+T3TM2MeHaN+ApgOMEFmyWv+AzQshVUfhbI+n/vozs=";
hash = "sha256-nejoCvmhxkCkF1UpRTHioP2g0jaegNpAzAZbX9s/6cE=";
};
nativeBuildInputs = [