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, cmake,
cmakerc, cmakerc,
curl, curl,
fmt, fmt_11,
git, git,
gzip, gzip,
meson, meson,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
cmakerc cmakerc
fmt fmt_11
]; ];
patches = [ patches = [