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