exploitdb: 2023-11-11 -> 2023-11-18

This commit is contained in:
Lein Matsumaru 2023-11-18 10:48:18 +00:00
parent 4e5d5eecc1
commit a68740f79c
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

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