ocamlPackages.rpclib: 8.0.0 → 8.1.0

This commit is contained in:
Vincent Laporte 2021-04-11 10:12:20 +02:00 committed by Vincent Laporte
parent 2623b3e50f
commit 7db1853f5c
2 changed files with 3 additions and 5 deletions

View file

@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "rpclib";
version = "8.0.0";
version = "8.1.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/ocaml-rpc/releases/download/v${version}/rpclib-v${version}.tbz";
sha256 = "1kqbixk4d9y15ns566fiyzid5jszkamm1kv7iks71invv33v7krz";
sha256 = "0fbajg8wq8hjhkvvfnq68br0m0pa8zf2qzadhfgi2nnr9713rada";
};
buildInputs = [ cmdliner yojson ];

View file

@ -1048,9 +1048,7 @@ let
ppx_deriving_protobuf = callPackage ../development/ocaml-modules/ppx_deriving_protobuf {};
ppx_deriving_rpc = callPackage ../development/ocaml-modules/ppx_deriving_rpc {
ppxlib = ppxlib.override { version = "0.15.0"; };
};
ppx_deriving_rpc = callPackage ../development/ocaml-modules/ppx_deriving_rpc { };
ppx_deriving_yojson = callPackage ../development/ocaml-modules/ppx_deriving_yojson {};