From c63a2c79a4e4d60a0b452475fc0933b8522b88bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 9 May 2010 23:14:34 +0000 Subject: [PATCH] GNU Zile 2.3.16. svn path=/nixpkgs/trunk/; revision=21696 --- pkgs/applications/editors/zile/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix index 332033d48d75..3cc8d984a8cd 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.15"; + name = "zile-2.3.16"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "09argmn5klh5w6nn9xq2msrv1pcc7c11glanlc7ip9kbkbgxlm3w"; + sha256 = "1lm24sw2ziqsib11sddz7gcqzw5iwfnsx65m1i461kxq218xl59h"; }; buildInputs = [ ncurses help2man ];