Merge pull request #49215 from r-ryantm/auto-update/ocaml4.06.1-fmt

ocamlPackages.fmt: 0.8.4 -> 0.8.5
This commit is contained in:
Jörg Thalheim 2018-10-28 23:26:08 +00:00 committed by GitHub
commit f5b281f11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, cmdliner, result, uchar }:
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-fmt-0.8.4";
name = "ocaml${ocaml.version}-fmt-0.8.5";
src = fetchurl {
url = http://erratique.ch/software/fmt/releases/fmt-0.8.4.tbz;
sha256 = "1qilsbisqqhmn8b1ar9lvjbgz8vf4gmqwqjnnjzgld2a3gmh8qvv";
url = http://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz;
sha256 = "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060";
};
unpackCmd = "tar xjf $src";