hevea: 2.35 -> 2.36

This commit is contained in:
R. Ryantm 2022-07-31 13:59:30 +00:00
parent 6fde9705e8
commit 6ff577cce9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hevea"; pname = "hevea";
version = "2.35"; version = "2.36";
src = fetchurl { src = fetchurl {
url = "https://pauillac.inria.fr/~maranget/hevea/distri/hevea-${version}.tar.gz"; url = "https://pauillac.inria.fr/~maranget/hevea/distri/hevea-${version}.tar.gz";
sha256 = "sha256-8Ym62l0+WzWFXf39tbJwyZT8eiNmsBJQ12E1mtZsnss="; sha256 = "sha256-XWdZ13AqKVx2oSwbKhoWdUqw7B/+1z/J0LE4tB5yBkg=";
}; };
buildInputs = with ocamlPackages; [ ocaml ocamlbuild ]; buildInputs = with ocamlPackages; [ ocaml ocamlbuild ];