exploitdb: 2023-08-03 -> 2023-08-05

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-03...2023-08-05
This commit is contained in:
Fabian Affolter 2023-08-08 08:43:33 +02:00
parent 9042b00dec
commit 44416b26d1

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-03";
version = "2023-08-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mS77s3wBVGRxGrPxjOCi5QN82N2N4pIPrxz5JczaIBc=";
hash = "sha256-s0CYG3sRJniz6AHPvWvYjhRZoepGY//sQbvWAIZmf38=";
};
nativeBuildInputs = [