ocamlformat: 0.14.2 -> 0.15.0
https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.15.0
This commit is contained in:
parent
3735c9ef90
commit
22594a9d4a
@ -2,7 +2,7 @@
|
||||
|
||||
with ocamlPackages; buildDunePackage rec {
|
||||
pname = "ocamlformat";
|
||||
version = "0.14.2";
|
||||
version = "0.15.0";
|
||||
|
||||
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 = "16phz1sg9b070p6fm8d42j0piizg05vghdjmw8aj7xm82b1pm7sz";
|
||||
sha256 = "0190vz59n6ma9ca1m3syl3mc8i1smj1m3d8x1jp21f710y4llfr6";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user