Skip to content

Commit

Permalink
ocamlPackages.fmt: 0.8.0 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 26, 2017
1 parent 23d0f01 commit b90d1a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/ocaml-modules/fmt/default.nix
@@ -1,16 +1,17 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, cmdliner }:
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, cmdliner, result, uchar }:

stdenv.mkDerivation {
name = "ocaml${ocaml.version}-fmt-0.8.0";
name = "ocaml${ocaml.version}-fmt-0.8.2";

src = fetchurl {
url = http://erratique.ch/software/fmt/releases/fmt-0.8.0.tbz;
sha256 = "16y7ibndnairb53j8a6qgipyqwjxncn4pl9jiw5bxjfjm59108px";
url = http://erratique.ch/software/fmt/releases/fmt-0.8.2.tbz;
sha256 = "020qz74cm65bzrywf6kylm93gr5x1ayl6hfmxaql995f6whb388i";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild opam topkg cmdliner ];
propagatedBuildInputs = [ result uchar ];

inherit (topkg) buildPhase installPhase;

Expand Down

0 comments on commit b90d1a4

Please sign in to comment.