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:
parent
a9ced90be9
commit
33618e21c5
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue