Merge pull request #274410 from fabaff/exploitdb-bump

exploitdb: 2023-12-13 -> 2023-12-15
This commit is contained in:
Fabian Affolter 2023-12-15 15:35:53 +01:00 committed by GitHub
commit fa063ba111
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-12-13";
version = "2023-12-15";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DnGHtEF31MN82IrCPcH5HlRdcu6A5XACkOTT3ytzrig=";
hash = "sha256-ArPcg66mWu4i/H8KWKkGG/tW0wxwWMyIr4VuQiqpyKo=";
};
nativeBuildInputs = [