GNU Zile 2.3.21.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25075
This commit is contained in:
Ludovic Courtès 2010-12-12 20:19:03 +00:00
parent e949c432a2
commit 8416f47e26

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses, help2man }:
stdenv.mkDerivation rec {
name = "zile-2.3.20";
name = "zile-2.3.21";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
sha256 = "0y07bkb7ypvsnz8ly7w274489icxw5z5hy6z50mx1nywkv2whd3q";
sha256 = "1cmw98khpyk0yv3fn94506fm7589adfbs57czrdsm4q8xf2xrj4i";
};
buildInputs = [ ncurses ];