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

This commit is contained in:
loner
2025-11-16 15:09:04 +08:00
parent 5aeecbfbdd
commit 6ae9eb5884

View File

@@ -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 = [