Unverified Commit 6ae9eb58 authored by loner's avatar loner
Browse files

vcpkg-tool: fix build by pinning fmt dependency to v11

parent 5aeecbfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  cmake,
  cmakerc,
  curl,
  fmt,
  fmt_11,
  git,
  gzip,
  meson,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    cmakerc
    fmt
    fmt_11
  ];

  patches = [