Merge pull request #247873 from fabaff/exploitdb-bump

exploitdb: 2023-08-03 -> 2023-08-05
This commit is contained in:
Fabian Affolter 2023-08-08 22:16:45 +02:00 committed by GitHub
commit 273573ebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [