exploitdb: 2023-12-13 -> 2023-12-15

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-12-13...2023-12-15
This commit is contained in:
Fabian Affolter 2023-12-15 10:41:16 +01:00
parent cb37959f99
commit ab74e429d0

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