From 0e84e560830165713cdf7271af7b01b116ba81df Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 9 Apr 2012 20:50:50 +0000 Subject: GNU Zile 2.4.7. svn path=/nixpkgs/trunk/; revision=33695 --- 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 47d5aab04eeb..0d765a0ad5c0 100644 --- a/pkgs/applications/editors/zile/default.nix +++ b/pkgs/applications/editors/zile/default.nix @@ -1,11 +1,11 @@ { fetchurl, stdenv, ncurses, boehmgc, perl, help2man }: stdenv.mkDerivation rec { - name = "zile-2.4.3"; + name = "zile-2.4.7"; src = fetchurl { url = "mirror://gnu/zile/${name}.tar.gz"; - sha256 = "0rygkc3i9bngzn49kq9fnrbz80d8pa2yjy8iz7vjlc4ayc2akvc3"; + sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc"; }; buildInputs = [ ncurses boehmgc ]; -- cgit 1.4.1