vcpkg-tool: fix build by pinning fmt dependency to v11 (#462158)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user