Merge pull request #254354 from fabaff/exploitdb-bump

exploitdb: 2023-09-08 -> 2023-09-09

authored by Fabian Affolter and committed by GitHub 33f65aa4 054e18b3

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "exploitdb"; 9 - version = "2023-09-08"; 9 + version = "2023-09-09"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "exploit-database"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-5KH6B205WBJLyIAifWB7uA/LPy6dJC/xaryD6XsZCyc="; 15 + hash = "sha256-AO8iuQZMipt7Va9FUmdT0wCcZhuKNU44jFL7MpVN3AM="; 16 16 }; 17 17 18 18 nativeBuildInputs = [