upgrade to 7.0

svn path=/nixpkgs/trunk/; revision=5996
This commit is contained in:
Armijn Hemel 2006-07-30 19:43:13 +00:00
parent 41f4be743f
commit ad329941b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses, dietgcc}: {stdenv, fetchurl, ncurses, dietgcc}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "vim-6.3"; name = "vim-7.0";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/vim-6.3.tar.bz2; url = ftp://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2;
md5 = "821fda8f14d674346b87e3ef9cb96389"; md5 = "4ca69757678272f718b1041c810d82d8";
}; };
inherit ncurses; inherit ncurses;