GNU Zile 2.3.23.

svn path=/nixpkgs/trunk/; revision=26480
This commit is contained in:
Ludovic Courtès 2011-03-23 21:55:54 +00:00
parent 4626c7eca3
commit cc91f09d6b

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses, help2man }:
stdenv.mkDerivation rec {
name = "zile-2.3.22";
name = "zile-2.3.23";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
sha256 = "0zkmym5vpb653c5gmzic8588v4ksidnhh33s4pjvr24n7vgj9biy";
sha256 = "01vh7mar2m5p3rmfidl5g2vs86kb3iyljm345cqqh1h6bynqmbc6";
};
buildInputs = [ ncurses ];