Merge pull request #202492 from applePrincess/exploitdb-2022-11-22

exploitdb: 2022-11-12 -> 2022-11-22

authored by

Mario Rodas and committed by
GitHub
494f2c09 f5eb596e

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "exploitdb"; 9 - version = "2022-11-12"; 9 + version = "2022-11-22"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "exploit-database"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-0k9q+xwzIdmhVe5zL1qoE6QzzGV3gm6RL97c7zi3Rg8="; 15 + hash = "sha256-G871FvwekcF5uMq7NRoWuIb9UqzIbMniboKlUzgCaeI="; 16 16 }; 17 17 18 18 nativeBuildInputs = [