Added version suffixes.

svn path=/nixpkgs/trunk/; revision=8921
This commit is contained in:
Michael Raskin
2007-06-26 12:13:17 +00:00
parent 42f841bcab
commit d80093f2ff
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{stdenv, fetchurl, coreutils, ncurses}:
stdenv.mkDerivation {
name = "zsh";
name = "zsh-4.2.3";
src = fetchurl {
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.2.3.tar.bz2;