ocamlPackages.containers: 3.14 -> 3.15

This commit is contained in:
R. Ryantm
2024-12-07 15:02:05 +01:00
committed by Weijia Wang
parent 347d7e1d88
commit 6b024a2b06
@@ -5,7 +5,7 @@
}:
buildDunePackage rec {
version = "3.14";
version = "3.15";
pname = "containers";
minimalOCamlVersion = "4.08";
@@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
hash = "sha256-+r1zv7tfCS/dqnTSxpWSagTKVRauqgN6Np1Xa+aQT8k=";
hash = "sha256-PMtyJOuw+9u6rF5EGif/66ZSbkTu1Msgke9JVpDWC1c=";
};
buildInputs = [ dune-configurator ];