* updated lhs2TeX to 1.13pre3

svn path=/nixpkgs/trunk/; revision=10170
This commit is contained in:
Andres Löh 2008-01-16 10:33:06 +00:00
parent 28e24e745f
commit 5dd65bbfad

View File

@ -3,12 +3,12 @@
assert tetex == polytable.tetex;
stdenv.mkDerivation {
name = "lhs2tex-1.12";
name = "lhs2tex-1.13pre3";
builder = ./builder.sh;
src = fetchurl {
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.12.tar.bz2;
md5 = "1bc982e96f19201aaf1c39c1d4b5e358";
url = "http://www.cs.uu.nl/~andres/lhs2tex/lhs2tex-1.13pre3.tar.bz2";
sha256 = "8ddc9bd150c20c33518d747fee95577ec8f587146532cda12b8034adc847826c";
};
buildInputs = [tetex ghc];