From 1b1414c5ca9a6b16b1711415f4d242d2d8262714 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Thu, 1 Aug 2024 13:50:12 +0200 Subject: [PATCH] Fix the compilation of the unikernel with the last version of ocaml-tar --- mirage/config.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirage/config.ml b/mirage/config.ml index b223b7e..8bc59c4 100644 --- a/mirage/config.ml +++ b/mirage/config.ml @@ -38,8 +38,8 @@ let mirror = package ~max:"0.0.5" "git-kv" ; package ~min:"3.10.0" "git-paf" ; package "opam-file-format" ; - package ~min:"2.2.0" ~sublibs:[ "gz" ] "tar" ~pin:"https://github.com/mirage/ocaml-tar.git#da4b1eb9fb903b3e6641b09e712156bd4a826f84"; - package ~min:"2.2.0" "tar-mirage" ~pin:"https://github.com/mirage/ocaml-tar.git#da4b1eb9fb903b3e6641b09e712156bd4a826f84"; + package ~min:"2.2.0" ~sublibs:[ "gz" ] "tar" ~pin:"git+https://github.com/mirage/ocaml-tar.git#4215ff02d87486ade54e1a3ede43cce476f791cf"; + package ~min:"2.2.0" "tar-mirage" ~pin:"git+https://github.com/mirage/ocaml-tar.git#4215ff02d87486ade54e1a3ede43cce476f791cf" ; package ~max:"0.2.0" "mirage-block-partition" ; package "oneffs" ; ]