Commit b9bf4d53 authored by Nicolas Benes's avatar Nicolas Benes
Browse files

ceph: pin fmt_7 -> fmt_8

Bump to latest supported fmt.
parent 44c6d3cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;