ocamlPackages.containers: 3.9 → 3.10

This commit is contained in:
Vincent Laporte 2022-12-30 10:36:37 +01:00 committed by Vincent Laporte
parent e23d2314a7
commit 0d394e08c8

View file

@ -5,14 +5,14 @@
}:
buildDunePackage rec {
version = "3.9";
version = "3.10";
pname = "containers";
src = fetchFromGitHub {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
sha256 = "sha256-uQyKBSXgf3kGx5HvS2VQrrkh0WqNZfxr5j8tTRjeTX4=";
hash = "sha256-eWmju4CD30+wX3sKI8rOUEbqbQygdOtc0U4sb9vYuNA=";
};
buildInputs = [ dune-configurator ];