Merge pull request #190417 from r-ryantm/auto-update/thc-hydra

thc-hydra: 9.3 -> 9.4

authored by ajs124 and committed by GitHub 68eac2f6 3928cfa2

+3 -3
+3 -3
pkgs/tools/security/thc-hydra/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "thc-hydra"; 6 - version = "9.3"; 6 + version = "9.4"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "vanhauser-thc"; 10 10 repo = "thc-hydra"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-SzbaU52IXw5+ztN/GKD6Ki6/cx2icoZEzLHBu/J8sk0="; 12 + sha256 = "sha256-+UkMJmIUIt/yTGY07Q4nu1zbWQq5chTvMNQSh5U/fTU="; 13 13 }; 14 14 15 15 postPatch = let ··· 45 45 license = licenses.agpl3Plus; 46 46 maintainers = with maintainers; [ offline ]; 47 47 platforms = platforms.unix; 48 - badPlatforms = platforms.darwin; # fails to build since v9.3 48 + badPlatforms = platforms.darwin; # fails to build since v9.4 49 49 }; 50 50 }