ocamlPackages.ocp-indent: 1.7.0 → 1.8.1

This commit is contained in:
Vincent Laporte 2019-10-27 18:14:41 +00:00 committed by Vincent Laporte
parent 59e731b0ac
commit a2f7fc9a5c

View file

@ -1,12 +1,12 @@
{ lib, fetchzip, buildDunePackage, cmdliner }:
buildDunePackage rec {
version = "1.7.0";
version = "1.8.1";
pname = "ocp-indent";
src = fetchzip {
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
sha256 = "006x3fsd61vxnxj4chlakyk3b2s10pb0bdl46g0ghf3j8h33x7hc";
sha256 = "0h4ysh36q1fxc40inhsdq2swqpfm15lpilqqcafs5ska42pn7s68";
};
minimumOCamlVersion = "4.02";