mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
hevea: 2.35 -> 2.36
This commit is contained in:
parent
6fde9705e8
commit
6ff577cce9
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user