Skip to content

Commit

Permalink
ocamlPackages.fmt: 0.8.6 -> 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and vbgl committed Apr 15, 2020
1 parent 5b36111 commit a3cd9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/fmt/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, cmdliner, seq, stdlib-shims }:

if !stdenv.lib.versionAtLeast ocaml.version "4.03"
if !stdenv.lib.versionAtLeast ocaml.version "4.05"
then throw "fmt is not available for OCaml ${ocaml.version}"
else

stdenv.mkDerivation rec {
version = "0.8.6";
version = "0.8.8";
pname = "ocaml${ocaml.version}-fmt";

src = fetchurl {
url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz";
sha256 = "1jlw5izgvqw1adzqi87rp0383j0vj52wmacy3rqw87vxkf7a3xin";
sha256 = "1iy0rwknd302mr15328g805k210xyigxbija6fzqqfzyb43azvk4";
};

nativeBuildInputs = [ ocaml findlib ocamlbuild ];
Expand Down

0 comments on commit a3cd9c9

Please sign in to comment.