mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
hevea: 2.34 -> 2.35
This commit is contained in:
parent
5953c2bc94
commit
72add035be
@ -1,11 +1,11 @@
|
|||||||
{ lib, stdenv, fetchurl, ocamlPackages }:
|
{ lib, stdenv, fetchurl, ocamlPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hevea-2.34";
|
name = "hevea-2.35";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
|
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
|
||||||
sha256 = "1pzyszxw90klpcmhjqrjfc8cw6c0gm4w2blim8ydyxb6rq6qml1s";
|
sha256 = "sha256-8Ym62l0+WzWFXf39tbJwyZT8eiNmsBJQ12E1mtZsnss=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages; [ ocaml ocamlbuild ];
|
buildInputs = with ocamlPackages; [ ocaml ocamlbuild ];
|
||||||
|
Loading…
Reference in New Issue
Block a user