thc-hydra: fix download url
This commit is contained in:
parent
dfae2a0e4b
commit
fb30eb932b
1 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,11 @@
|
|||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "thc-hydra-7.5";
|
||||
name = "thc-hydra-${version}";
|
||||
version = "7.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.thc.org/releases/${name}.tar.gz";
|
||||
url = "http://www.thc.org/releases/hydra-${version}.tar.gz";
|
||||
sha256 = "1dhavbn2mcm6c2c1qw29ipbpmczax3vhhlxzwn49c8cq471yg4vj";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue