From 99e79048d4b919ef950d7967c747876357cdaaf7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 30 May 2011 21:49:31 +0000 Subject: GNU Zile 2.3.24. svn path=/nixpkgs/trunk/; revision=27326 --- 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 02971148ccd34..d8acf24cbf5df 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.23"; + name = "zile-2.3.24"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "01vh7mar2m5p3rmfidl5g2vs86kb3iyljm345cqqh1h6bynqmbc6"; + sha256 = "12by1f5nbk2qcq0f35aqjq5g54nsnajk2rk5060icsjc86pv52r1"; }; buildInputs = [ ncurses ]; -- cgit 1.4.1