From befd7e0ee89f25fb5671382d38010de332f0346c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jun 2012 07:15:06 +0000 Subject: [PATCH] Update figlet to version 2.2.4. This is primarily because version 222 is no longer available at the upstream FTP site. svn path=/nixpkgs/trunk/; revision=34439 --- pkgs/tools/misc/figlet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/figlet/default.nix b/pkgs/tools/misc/figlet/default.nix index 3f89713918f..100cfda0d39 100644 --- a/pkgs/tools/misc/figlet/default.nix +++ b/pkgs/tools/misc/figlet/default.nix @@ -1,12 +1,12 @@ { stdenv, fetchurl }: stdenv.mkDerivation { - name = "figlet-222"; + name = "figlet-2.2.4"; # some tools can be found here ftp://ftp.figlet.org/pub/figlet/util/ src = fetchurl { - url = ftp://ftp.figlet.org/pub/figlet/program/unix/figlet222.tar.gz; - sha256 = "1y22hhwxhnwd6yrjgl5p3p44r22xzrhv9cksj58n85laac6jdfhs"; + url = ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.4.tar.gz; + sha256 = "19qcmm9cmf78w1z7gbpyj9wmrfjzjl25sax9f2j37sijznrh263f"; }; preConfigure = ''