3
0
Fork 0
forked from mirrors/nixpkgs

Updating ghdl to 0.29.

I feel impelled to write nicer expressions for it.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19395
This commit is contained in:
Lluís Batlle i Rossell 2010-01-13 13:50:32 +00:00
parent a9ced90be9
commit 33618e21c5
2 changed files with 3 additions and 3 deletions

View file

@ -51,8 +51,8 @@ let
crossNameAddon = if (cross != null) then "-${cross.config}" + stageNameAddon else "";
ghdlSrc = fetchurl {
url = "http://ghdl.free.fr/ghdl-0.28.tar.bz2";
sha256 = "0l3ah3zw2yhr9rv9d5ck1cinsf11r28m6bzl2sdibngl2bgc2jsf";
url = "http://ghdl.free.fr/ghdl-0.29.tar.bz2";
sha256 = "15mlinr1lwljwll9ampzcfcrk9bk0qpdks1kxlvb70xf9zhh2jva";
};
in

View file

@ -1941,7 +1941,7 @@ let
ghdl = wrapGHDL (import ../development/compilers/gcc-4.3 {
inherit stdenv fetchurl texinfo gmp mpfr noSysDirs gnat;
name = "ghdl-0.28";
name = "ghdl-0.29";
langVhdl = true;
langCC = false;
langC = false;