From 0d394e08c826d7c7238c49d4a4d70462626d78b3 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 30 Dec 2022 10:36:37 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.containers:=203.9=20=E2=86=92=203?= =?UTF-8?q?.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/containers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix index 4b4cb19686b..4cd6413293e 100644 --- a/pkgs/development/ocaml-modules/containers/default.nix +++ b/pkgs/development/ocaml-modules/containers/default.nix @@ -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 ];