Skip to content

Commit

Permalink
ocamlformat: 0.12 -> 0.13.0 (#78942)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 31, 2020
1 parent c23f10d commit a21c2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/ocamlformat/default.nix
Expand Up @@ -2,13 +2,13 @@

with ocamlPackages; buildDunePackage rec {
pname = "ocamlformat";
version = "0.12";
version = "0.13.0";

minimumOCamlVersion = "4.06";

src = fetchurl {
url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/ocamlformat-${version}.tbz";
sha256 = "1zi8x597dhp2822j6j28s84yyiqppl7kykpwqqclx6ybypvlzdpj";
sha256 = "09y6sfkqfrgxbmphz5q8w7mdlj8fjsrkiapcx86f94dnwz6j3ajf";
};

buildInputs = [
Expand Down

0 comments on commit a21c2fa

Please sign in to comment.