New version of ATerm library and SDF packages

svn path=/nixpkgs/trunk/; revision=1127
This commit is contained in:
Martin Bravenboer
2004-07-03 10:47:58 +00:00
parent 5a00ba432c
commit 6315d6d923
11 changed files with 143 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "aterm-2.1";
name = "aterm-2.2";
configureFlags = "--with-gcc";
src = fetchurl {
url = http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.1.tar.gz;
md5 = "b9d541da35b6d287af1cd8460963a7a8";
url = http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.2.tar.gz;
md5 = "e1098f4cb84dbfce095cb4c14303ec16";
};
}