Merge pull request #224974 from fabaff/exploitdb-bump

exploitdb: 2023-04-02 -> 2023-04-06

authored by

Fabian Affolter and committed by
GitHub
3b64b3a4 b2b9e980

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "exploitdb"; 9 - version = "2023-04-02"; 9 + version = "2023-04-06"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "exploit-database"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-7P3nywaVBqURMTv3TWSn0Rgwc2Ax1fa3KwlpYds5yR4="; 15 + hash = "sha256-Y+UdrSTmqLLLdUwv6ruAHEfqCCN7Sil8OGmIuVlPfRs="; 16 16 }; 17 17 18 18 nativeBuildInputs = [