summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorMatthew <mjbauer95@gmail.com>2016-08-09 21:43:42 +0000
committerMatthew <mjbauer95@gmail.com>2016-08-09 21:43:42 +0000
commit9e72be00bc30d54edb51c841dd7ab561afdd2b91 (patch)
tree940279d5cba37da18b0a242fbc815da3439ef721 /pkgs/tools/typesetting
parent8d3036ff2e06c09dcb606221384388e9a35133ad (diff)
downloadnixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar.gz
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar.bz2
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar.lz
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar.xz
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.tar.zst
nixpkgs-9e72be00bc30d54edb51c841dd7ab561afdd2b91.zip
hevea: 2.28 -> 2.29
2.28 is no longer available at that url
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/hevea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/hevea/default.nix b/pkgs/tools/typesetting/hevea/default.nix
index f3ef746fedf..0e87ef5dacc 100644
--- a/pkgs/tools/typesetting/hevea/default.nix
+++ b/pkgs/tools/typesetting/hevea/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ocaml }:
 
 stdenv.mkDerivation rec {
-  name = "hevea-2.28";
+  name = "hevea-2.29";
 
   src = fetchurl {
     url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
-    sha256 = "14fns13wlnpiv9i05841kvi3cq4b9v2sw5x3ff6ziws28q701qnd";
+    sha256 = "1i7qkar6gjpsxqgdm90xxgp15z7gfyja0rn62n23a9aahc0hpgq6";
   };
 
   buildInputs = [ ocaml ];