ocamlPackages.fmt: 0.8.8 -> 0.8.9
This commit is contained in:
parent
afa12b1128
commit
b50ef4e3f2
@ -5,12 +5,12 @@ then throw "fmt is not available for OCaml ${ocaml.version}"
|
|||||||
else
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.8";
|
version = "0.8.9";
|
||||||
pname = "ocaml${ocaml.version}-fmt";
|
pname = "ocaml${ocaml.version}-fmt";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz";
|
url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz";
|
||||||
sha256 = "1iy0rwknd302mr15328g805k210xyigxbija6fzqqfzyb43azvk4";
|
sha256 = "0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ocaml findlib ocamlbuild ];
|
nativeBuildInputs = [ ocaml findlib ocamlbuild ];
|
||||||
@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit (topkg) buildPhase installPhase;
|
inherit (topkg) buildPhase installPhase;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://erratique.ch/software/fmt";
|
homepage = "https://erratique.ch/software/fmt";
|
||||||
license = stdenv.lib.licenses.isc;
|
license = licenses.isc;
|
||||||
description = "OCaml Format pretty-printer combinators";
|
description = "OCaml Format pretty-printer combinators";
|
||||||
inherit (ocaml.meta) platforms;
|
inherit (ocaml.meta) platforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
maintainers = [ maintainers.vbgl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user