forked from mirrors/nixpkgs
Version bump. Old one is unavailable.
svn path=/nixpkgs/trunk/; revision=9001
This commit is contained in:
parent
6b2b602299
commit
6296d1a64f
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, coreutils, ncurses}:
|
||||
stdenv.mkDerivation {
|
||||
name = "zsh-4.2.3";
|
||||
name = "zsh-4.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.3.2.tar.bz2;
|
||||
sha256 = "1lyzh68h69iarnmrrnd2gy9ssmns4w0abbr3hfz98lhik762f3na";
|
||||
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.3.4.tar.bz2;
|
||||
sha256 = "1inypy60h7hir8hwidid85pbajrb5w09fl222p0h4fnsn0nf583g";
|
||||
};
|
||||
|
||||
configureFlags = "--with-tcsetpgrp --enable-maildir-support --enable-multibyte";
|
||||
|
|
Loading…
Reference in a new issue