ocamlPackages.ocaml-protoc-plugin: 4.3.1 -> 4.5.0

Diff: https://github.com/issuu/ocaml-protoc-plugin/compare/4.3.1...4.5.0
This commit is contained in:
Mario Rodas 2023-10-15 04:20:00 +00:00 committed by Vincent Laporte
parent 8a40b6c096
commit fb90d0b639

View File

@ -13,13 +13,13 @@
buildDunePackage rec {
pname = "ocaml-protoc-plugin";
version = "4.3.1";
version = "4.5.0";
src = fetchFromGitHub {
owner = "issuu";
repo = "ocaml-protoc-plugin";
rev = version;
hash = "sha256-KFd43Ukz5gMeM3ik2VlfaIPwcZe9yaxk9VcQIrauUGU=";
hash = "sha256-ZHeOi3y2X11MmkRuthmYFSjPLoGlGTO1pnRfk/XmgPU=";
};
nativeBuildInputs = [