From e9917badddbcb90d74f4d131f8f39d390624820f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 7 Mar 2009 11:28:56 +0000 Subject: GNU Zile 2.3.4. svn path=/nixpkgs/trunk/; revision=14432 --- 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 e13c7ddcc2ca3..7ac4e1f61850f 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.3"; + name = "zile-2.3.4"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "0k2qicv21iciz5cwvg7swyfyhs8w7w8lahaxnphga6005mhiysyg"; + sha256 = "1m20j5plpbx7rbk9rw3jsirip5gja5n8amqvg4mqs3pb28isx1fx"; }; buildInputs = [ ncurses help2man ]; -- cgit 1.4.1