summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-12-12 11:41:04 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-12-12 12:05:19 +0100
commit80420c318769ef9cf8108eab2161c841745133a4 (patch)
tree4e17ea5b4a2c29194fbab98169c828ebb183e413 /pkgs
parent42c7004d33d166c3bd47e5f65758a9bce9855a98 (diff)
downloadnixlib-80420c318769ef9cf8108eab2161c841745133a4.tar
nixlib-80420c318769ef9cf8108eab2161c841745133a4.tar.gz
nixlib-80420c318769ef9cf8108eab2161c841745133a4.tar.bz2
nixlib-80420c318769ef9cf8108eab2161c841745133a4.tar.lz
nixlib-80420c318769ef9cf8108eab2161c841745133a4.tar.xz
nixlib-80420c318769ef9cf8108eab2161c841745133a4.tar.zst
nixlib-80420c318769ef9cf8108eab2161c841745133a4.zip
hevea: 2.25 -> 2.26
Diffstat (limited to 'pkgs')
-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 0626ec84fbe5..3343579bbab2 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.25";
+  name = "hevea-2.26";
 
   src = fetchurl {
     url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
-    sha256 = "0kn99v92xsfy12r9gfvwgs0xf3s9s6frfg86a8q6damj1dampiz4";
+    sha256 = "173v6z2li12pah6315dfpwhqrdljkhsff82gj7sql812zwjkvd2f";
   };
 
   buildInputs = [ ocaml ];