about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-06-11 07:15:06 +0000
committerPeter Simons <simons@cryp.to>2012-06-11 07:15:06 +0000
commitbefd7e0ee89f25fb5671382d38010de332f0346c (patch)
treea0c6c9f3a6ba46a2b6b8f8d32545908300a03dc3
parent3ecf94ae27c1435008bad0a3a8b90258dfb49853 (diff)
downloadnixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar.gz
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar.bz2
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar.lz
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar.xz
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.tar.zst
nixlib-befd7e0ee89f25fb5671382d38010de332f0346c.zip
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
-rw-r--r--pkgs/tools/misc/figlet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/figlet/default.nix b/pkgs/tools/misc/figlet/default.nix
index 3f89713918fc..100cfda0d39f 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 = ''