ceph: pin fmt_7 -> fmt_8

Bump to latest supported fmt.
This commit is contained in:
Nicolas Benes 2023-01-03 02:31:06 +01:00
parent 44c6d3cc10
commit b9bf4d5378

View File

@ -5791,7 +5791,7 @@ with pkgs;
libceph = ceph.lib;
inherit (callPackages ../tools/filesystems/ceph {
lua = lua5_4;
fmt = fmt_7;
fmt = fmt_8;
})
ceph
ceph-client;