* Latest versions.

svn path=/nixpkgs/trunk/; revision=5482
This commit is contained in:
Eelco Dolstra
2006-06-21 15:54:46 +00:00
parent 9af9b95298
commit ffb94e0690
3 changed files with 9 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "ncurses-5.4";
name = "ncurses-5.5";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/ncurses-5.4.tar.gz;
md5 = "069c8880072060373290a4fefff43520";
url = http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.5.tar.gz;
md5 = "e73c1ac10b4bfc46db43b2ddfd6244ef";
};
}