Merge pull request #275465 from fabaff/exploitdb-bump

exploitdb: 2023-12-16 -> 2023-12-19

authored by Fabian Affolter and committed by GitHub 9ee63abe 8e1759ec

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "exploitdb"; 9 - version = "2023-12-16"; 9 + version = "2023-12-19"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "exploit-database"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-GIoOX3/TpUiXDyG2ZY6KO4twPYNXA8HaHOo1dJA4dc4="; 15 + hash = "sha256-yIEu5JQ9sgf9HFP/pFZ/A2DG14c67imgfYRYL1+PiYA="; 16 16 }; 17 17 18 18 nativeBuildInputs = [