ocamlPackages.resto-cohttp-client: 1.0 -> 1.2

This commit is contained in:
R. Ryantm 2024-07-24 00:26:12 +00:00
parent 65f98a6801
commit 29f0444f1b

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "resto";
version = "1.0";
version = "1.2";
duneVersion = "3";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "resto";
rev = "v${version}";
hash = "sha256-DIm7fmISsCgRDi4p3NsUk7Cvs/dHpIKMdAOVdYLX2mc=";
hash = "sha256-VdkYUy7Fi53ku6F/1FV55/VcyF/tDZKN4NTMabDd/T4=";
};
propagatedBuildInputs = [