Merge pull request #271766 from fabaff/exploitdb-bump

exploitdb: 2023-12-01 -> 2023-12-02

authored by Mario Rodas and committed by GitHub 9fc9bc29 c34b8d3c

+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-01"; 9 + version = "2023-12-02"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "exploit-database"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-tWwcNZ4xyeNMhIyH6cYfW910syfZd4KF9G73XItz8hk="; 15 + hash = "sha256-rITeDc1PQFjV4ZlBK97T+hvIzuWMIoPxBLscqkXiMwc="; 16 16 }; 17 17 18 18 nativeBuildInputs = [