exploitdb: 2023-04-07 -> 2023-04-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-07...2023-04-08
This commit is contained in:
Fabian Affolter 2023-04-08 22:34:36 +02:00
parent ef588c9324
commit cb9c4a59f9

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-07";
version = "2023-04-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PcrnqlbhoE9clYCsGX6ttMr92a+2BhuDP8aT6wG9aN0=";
hash = "sha256-dleCqYSfmp0XU1UbX/HSq7EbwTcUcr6PbsTEri72Hoo=";
};
nativeBuildInputs = [