From bf006e3fd22279efcaaa30076e9a556a5dd44208 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 19 Oct 2010 08:09:35 +0000 Subject: GNU Zile 2.3.20. svn path=/nixpkgs/trunk/; revision=24358 --- 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 3d7fef640ca46..c9d3cf7b7ef77 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.19"; + name = "zile-2.3.20"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "1c2by5d5d1nmap3wc55giscsj47xx16viv7b07c6c4nssnlniszs"; + sha256 = "0y07bkb7ypvsnz8ly7w274489icxw5z5hy6z50mx1nywkv2whd3q"; }; buildInputs = [ ncurses ]; -- cgit 1.4.1