vcpkg-tool: fix build by pinning fmt dependency to v11 (#462158)

This commit is contained in:
Aleksana
2025-11-16 14:10:57 +00:00
committed by GitHub

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