exploitdb: 2023-08-01 -> 2023-08-03

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-01...2023-08-03
This commit is contained in:
Fabian Affolter 2023-08-04 21:36:39 +02:00
parent 7314275c23
commit af87aaabcc

View File

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