Merge pull request #158083 from fabaff/bump-exploitdb

authored by Martin Weinelt and committed by GitHub dc794522 c28959e0

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2022-01-29"; 5 + version = "2022-02-03"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-yIZFlj8WtKU3STdPXsZ+s3hoq/zBvqA64D6GoyUFXvE="; 11 + sha256 = "sha256-s5neMvY77lNXcwgOt6FLEk/mfkrJU1v1GBzwIJ4oX/Y="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];