ocamlPackages.containers: 3.15 -> 3.16

This commit is contained in:
R. Ryantm 2025-05-27 22:17:29 +00:00 committed by Vincent Laporte
parent 97fd9de5fa
commit 547b2b4375

View file

@ -14,7 +14,7 @@
}: }:
buildDunePackage rec { buildDunePackage rec {
version = "3.15"; version = "3.16";
pname = "containers"; pname = "containers";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
@ -23,7 +23,7 @@ buildDunePackage rec {
owner = "c-cube"; owner = "c-cube";
repo = "ocaml-containers"; repo = "ocaml-containers";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-PMtyJOuw+9u6rF5EGif/66ZSbkTu1Msgke9JVpDWC1c="; hash = "sha256-WaHAZRLjaEJUba/I2r3Yof/iUqA3PFUuVbzm88izG1k=";
}; };
buildInputs = [ dune-configurator ]; buildInputs = [ dune-configurator ];