mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
ocamlPackages.ocp-indent: 1.7.0 → 1.8.1
This commit is contained in:
parent
59e731b0ac
commit
a2f7fc9a5c
@ -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 New Issue
Block a user