about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-15 15:25:32 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-15 15:25:32 +0000
commit3803cfdff287599922a3f12efd58dfb7bb1ad79e (patch)
tree0cbd8f3f754c3918617cc8169b01f9c13de7bbe7 /pkgs
parentbc394c17750f8a7643504ecd4220566635c29361 (diff)
downloadnixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar.gz
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar.bz2
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar.lz
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar.xz
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.tar.zst
nixlib-3803cfdff287599922a3f12efd58dfb7bb1ad79e.zip
* lhs2TeX updated to 1.11.
svn path=/nixpkgs/trunk/; revision=7055
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index f5a3d20f66df..5d6f37aa63c8 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -3,12 +3,12 @@
 assert tetex == polytable.tetex;
 
 stdenv.mkDerivation {
-  name = "lhs2tex-1.10pre";
+  name = "lhs2tex-1.11";
   builder = ./builder.sh;
   
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/lhs2tex-1.10pre.tar.bz2;
-    md5 = "4fb875cdc0ba8daacc18b97f76aab4bf";
+    url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.11.tar.bz2;
+    md5 = "16fb6a150bc1ab5e22c66f52f11cec54";
   };
 
   buildInputs = [tetex ghc];