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:
commit
f5b281f11c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue