Merge pull request #223259 from fabaff/exploitdb-bump

exploitdb: 2023-03-25 -> 2023-03-26

authored by Fabian Affolter and committed by GitHub 81821216 9c40a90a

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