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

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-18...2023-11-21
This commit is contained in:
Fabian Affolter 2023-11-21 14:50:56 +01:00
parent faf7f9610e
commit 3bb0c1e6cf

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