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>2021-03-17 19:02:02 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-17 19:02:02 +0000
commit7e066ad25a7e283c3b5b8de052cbc78041229746 (patch)
treed1d6ea3b1ddb0a1e885b344a2dc65717afe75ef7 /pkgs/tools/security/thc-hydra
parent5b3290333a2048e07aadaa2dc934a2335525ba0a (diff)
thc-hydra: 9.1 -> 9.2
Diffstat (limited to 'pkgs/tools/security/thc-hydra')
-rw-r--r--pkgs/tools/security/thc-hydra/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/thc-hydra/default.nix b/pkgs/tools/security/thc-hydra/default.nix
index 88ea30088f5ec..f60d5374648f3 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.1";
+  version = "9.2";
 
   src = fetchFromGitHub {
     owner = "vanhauser-thc";
     repo = "thc-hydra";
     rev = "v${version}";
-    sha256 = "1533h9z5jdlazwy0z7ll2753i507wq55by7rm9lh6y59889p0hps";
+    sha256 = "sha256-V9rr5fbJWm0pa+Kp8g95XvLPo/uWcDwyU2goImnIq58=";
   };
 
   postPatch = let