From c084660522e4975d45a9b182f1a119a0c5a4ce8b Mon Sep 17 00:00:00 2001
From: Armijn Hemel <armijn@gpl-violations.org>
Date: Sat, 14 Oct 2006 20:19:23 +0000
Subject: [PATCH] new texinfo

svn path=/nixpkgs/trunk/; revision=6735
---
 pkgs/development/tools/misc/texinfo/default.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/development/tools/misc/texinfo/default.nix b/pkgs/development/tools/misc/texinfo/default.nix
index d15b15adf8d8..fab2e5344d1b 100644
--- a/pkgs/development/tools/misc/texinfo/default.nix
+++ b/pkgs/development/tools/misc/texinfo/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, ncurses}:
 
 stdenv.mkDerivation {
-  name = "texinfo-4.8";
+  name = "texinfo-4.8a";
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/texinfo-4.8.tar.bz2;
-    md5 = "6ba369bbfe4afaa56122e65b3ee3a68c";
+    url = ftp://ftp.nluug.nl/pub/gnu/texinfo/texinfo-4.8a.tar.bz2;
+    md5 = "0f429f87de9f20d6c0d952e63bf8e3fa";
   };
   buildInputs = [ncurses];
 }