From 8416f47e26ad8c47c9aef879af35ba282f097c48 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 12 Dec 2010 20:19:03 +0000 Subject: GNU Zile 2.3.21. svn path=/nixpkgs/branches/stdenv-updates/; revision=25075 --- pkgs/applications/editors/zile/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/editors/zile') diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix index c9d3cf7b7ef77..c81815da750e6 100644 --- a/pkgs/applications/editors/zile/default.nix +++ b/pkgs/applications/editors/zile/default.nix @@ -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 ]; -- cgit 1.4.1