about summary refs log tree commit diff
path: root/pkgs/tools/security/thc-hydra
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-09 02:07:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-09 02:07:40 +0000
commit57b727fb4a3aaff31b61eb244f7350c3affceaf0 (patch)
tree63c02e56cf70a24324df20fb3412a5f4b92d449b /pkgs/tools/security/thc-hydra
parent34fde40edd9bf8a8f071cfbfd05965921b16bf66 (diff)
thc-hydra: 9.3 -> 9.4
Diffstat (limited to 'pkgs/tools/security/thc-hydra')
-rw-r--r--pkgs/tools/security/thc-hydra/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/thc-hydra/default.nix b/pkgs/tools/security/thc-hydra/default.nix
index b6e3056e0232f..63df6a144bc19 100644
--- a/pkgs/tools/security/thc-hydra/default.nix
+++ b/pkgs/tools/security/thc-hydra/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "thc-hydra";
-  version = "9.3";
+  version = "9.4";
 
   src = fetchFromGitHub {
     owner = "vanhauser-thc";
     repo = "thc-hydra";
     rev = "v${version}";
-    sha256 = "sha256-SzbaU52IXw5+ztN/GKD6Ki6/cx2icoZEzLHBu/J8sk0=";
+    sha256 = "sha256-+UkMJmIUIt/yTGY07Q4nu1zbWQq5chTvMNQSh5U/fTU=";
   };
 
   postPatch = let
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
     license = licenses.agpl3Plus;
     maintainers = with maintainers; [ offline ];
     platforms = platforms.unix;
-    badPlatforms = platforms.darwin; # fails to build since v9.3
+    badPlatforms = platforms.darwin; # fails to build since v9.4
   };
 }