Fixing the verilog URL (contributed by Antonio Vargas)

svn path=/nixpkgs/trunk/; revision=24935
This commit is contained in:
Lluís Batlle i Rossell 2010-11-30 11:24:12 +00:00
parent ab6627ac0e
commit d71ad68d43

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "verilog-0.9.3";
src = fetchurl {
url = "mirror://sourceforge/iverilog/0.9.3/verilog-0.9.3.tar.gz";
url = "mirror://sourceforge/iverilog/${name}.tar.gz";
sha256 = "dd68c8ab874a93805d1e93fa76ee1e91fc0c7b20822ded3e57b6536cd8c0d1ba";
};