ocamlPackages.ocamlformat-rpc-lib: 0.21.0 -> 0.26.0

authored by

Jules Aguillon and committed by
Vincent Laporte
e43e2448 06bdf1b3

+2 -2
+2 -2
pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
··· 4 4 let source = 5 5 if lib.versionAtLeast ocaml.version "4.13" 6 6 then { 7 - version = "0.21.0"; 8 - sha256 = "sha256-KhgX9rxYH/DM6fCqloe4l7AnJuKrdXSe6Y1XY3BXMy0="; 7 + version = "0.26.0"; 8 + sha256 = "sha256-AxSUq3cM7xCo9qocvrVmDkbDqmwM1FexEP7IWadeh30="; 9 9 } else { 10 10 version = "0.20.0"; 11 11 sha256 = "sha256-JtmNCgwjbCyUE4bWqdH5Nc2YSit+rekwS43DcviIfgk=";