Merge pull request #268965 from fabaff/exploitdb-bump

exploitdb: 2023-11-18 -> 2023-11-21
This commit is contained in:
Fabian Affolter 2023-11-21 21:45:02 +01:00 committed by GitHub
commit e19bffc6cf
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-11-18";
version = "2023-11-21";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7W7HwHvRfm+nRms4H4TgB1la5OhGHv5lRHwbvjwRTMw=";
hash = "sha256-kRw9djRYFC88EG3bf+sY0ERUBEnqUvXudatG1nuHREg=";
};
nativeBuildInputs = [