ocamlformat: 0.14.0 -> 0.14.1

Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.1
This commit is contained in:
Mario Rodas 2020-04-20 04:20:00 -05:00 committed by Vincent Laporte
parent 974920ccd4
commit 1a36927174

View file

@ -2,7 +2,7 @@
with ocamlPackages; buildDunePackage rec {
pname = "ocamlformat";
version = "0.14.0";
version = "0.14.1";
minimumOCamlVersion = "4.06";
@ -10,7 +10,7 @@ with ocamlPackages; buildDunePackage rec {
src = fetchurl {
url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/ocamlformat-${version}.tbz";
sha256 = "070c0x6z5y0lyls56zm34g8lyc093wkr0jfp50dvrkr9fk1sx2wi";
sha256 = "03wn46xib63748157xchj7gflkw5000fcjw6n89h9g82q9slazaa";
};
buildInputs = [