about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-12-30 10:36:37 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-01-06 07:20:21 +0100
commit0d394e08c826d7c7238c49d4a4d70462626d78b3 (patch)
treef46297454a52ef64c6332e4bd9b5a50ae57d3aed
parente23d2314a73c2b43b727e85b77d384f34ad21179 (diff)
ocamlPackages.containers: 3.9 → 3.10
-rw-r--r--pkgs/development/ocaml-modules/containers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix
index 4b4cb19686bd1..4cd6413293e54 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 ];