summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting/hevea/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/typesetting/hevea/default.nix')
-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 97b020d3e21c..ad6427e56224 100644
--- a/pkgs/tools/typesetting/hevea/default.nix
+++ b/pkgs/tools/typesetting/hevea/default.nix
@@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, ocamlPackages }:
stdenv.mkDerivation rec {
- name = "hevea-2.34";
+ name = "hevea-2.35";
src = fetchurl {
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
- sha256 = "1pzyszxw90klpcmhjqrjfc8cw6c0gm4w2blim8ydyxb6rq6qml1s";
+ sha256 = "sha256-8Ym62l0+WzWFXf39tbJwyZT8eiNmsBJQ12E1mtZsnss=";
};
buildInputs = with ocamlPackages; [ ocaml ocamlbuild ];