From dc673480e6dbe414c4efe154a513a61fe3aefcd9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Nov 2009 20:55:14 +0000 Subject: GNU Zile 2.3.13. svn path=/nixpkgs/trunk/; revision=18066 --- pkgs/applications/editors/zile/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix index 8a90c71ee7b3..bc1699be5e5b 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.12"; + name = "zile-2.3.13"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "0ff9k9vr7sl463yhz0pi875lyaia02yhmb79dlkj356rdq8213nf"; + sha256 = "13nvrlns4vjngwjwg110r3djmpwq34q22crr4x8wpzf9c0chp8i4"; }; buildInputs = [ ncurses help2man ]; -- cgit 1.4.1