Merge pull request #290726 from r-ryantm/auto-update/exploitdb

exploitdb: 2024-02-20 -> 2024-02-22

authored by Mario Rodas and committed by GitHub c4b8b5f9 50b52d37

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "exploitdb"; 9 - version = "2024-02-20"; 9 + version = "2024-02-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-cvz+yiB0Ei37W/RlW60oLCmQSCHZI6QB5JJtX4aUyuo="; 15 + hash = "sha256-+5N7qe7YuNNBiizzI2aBKZCsl64ODkit5Y9QlhNWVMw="; 16 16 }; 17 17 18 18 nativeBuildInputs = [