ocamlPackages.ocp-indent: 1.7.0 → 1.8.1
This commit is contained in:
parent
59e731b0ac
commit
a2f7fc9a5c
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue