summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-30 15:23:01 -0500
committerGitHub <noreply@github.com>2021-01-30 15:23:01 -0500
commit41557ba9447e69bf251d906dbe905f3d967f3ec4 (patch)
tree0d7bac67c418e1fdd6b161b58c47fa78c3f88259 /pkgs/tools
parent0f73c7e25a2895f72d94baa33b2d56c060d488bd (diff)
parent72add035bea15699d8884a577a95790b63cc598f (diff)
Merge pull request #111239 from r-ryantm/auto-update/hevea
hevea: 2.34 -> 2.35
Diffstat (limited to 'pkgs/tools')
-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 ];