Merge pull request #268273 from applePrincess/bump-exploitdb

exploitdb: 2023-11-11 -> 2023-11-18
This commit is contained in:
Mario Rodas 2023-11-18 08:06:42 -05:00 committed by GitHub
commit a606e7f00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-11";
version = "2023-11-18";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oB28qKIvGHh/h726Wsy8C/zt3rFLBHcP5iRZe3U76U0=";
hash = "sha256-7W7HwHvRfm+nRms4H4TgB1la5OhGHv5lRHwbvjwRTMw=";
};
nativeBuildInputs = [