summary refs log tree commit diff
path: root/pkgs/tools/security/thc-hydra
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-12 17:34:41 +0200
committerPeter Simons <simons@cryp.to>2014-10-12 17:34:49 +0200
commit525a8505118c3d56351023c5c6b4a8ed690d8ba2 (patch)
treee76b96f46a63c21bbc1c29376d9ff4691d2c209c /pkgs/tools/security/thc-hydra
parente6277bd9581066b221c07881a0d845193653a611 (diff)
thc-hydra: don't call this package "hydra"; that name is taken in NixOS
Diffstat (limited to 'pkgs/tools/security/thc-hydra')
-rw-r--r--pkgs/tools/security/thc-hydra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/thc-hydra/default.nix b/pkgs/tools/security/thc-hydra/default.nix
index 71f7d25155f33..3a52b90502449 100644
--- a/pkgs/tools/security/thc-hydra/default.nix
+++ b/pkgs/tools/security/thc-hydra/default.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "hydra-7.5";
+  name = "thc-hydra-7.5";
 
   src = fetchurl {
     url = "http://www.thc.org/releases/${name}.tar.gz";