Merge pull request #95504 from r-ryantm/auto-update/ocaml4.10.0-ocp-indent
ocamlPackages.ocp-indent: 1.8.1 -> 1.8.2
This commit is contained in:
commit
c7f37ed24f
@ -1,12 +1,12 @@
|
|||||||
{ lib, fetchzip, buildDunePackage, cmdliner }:
|
{ lib, fetchzip, buildDunePackage, cmdliner }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
pname = "ocp-indent";
|
pname = "ocp-indent";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
|
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
|
||||||
sha256 = "0h4ysh36q1fxc40inhsdq2swqpfm15lpilqqcafs5ska42pn7s68";
|
sha256 = "1dvcl108ir9nqkk4mjm9xhhj4p9dx9bmg8bnms54fizs1x3x8ar3";
|
||||||
};
|
};
|
||||||
|
|
||||||
minimumOCamlVersion = "4.02";
|
minimumOCamlVersion = "4.02";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user