diff --git a/lib/views.ml b/lib/views.ml index 630c8a3..eac0e80 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -202,7 +202,7 @@ let artifact else txtf "%a" Fpath.pp filepath ]; H.txt " "; - H.code [txtf "SHA256:%a" Ohex.pp sha256]; + H.code [txtf "SHA256:%s" (Ohex.encode sha256)]; txtf " (%a)" Fmt.byte_size size; ]