openloco: pin fmt version

Doesn't build with latest (fmt_12); pinning to fmt_11.
This commit is contained in:
Ryan Hendrickson
2025-11-16 14:28:53 -05:00
parent c5ae371f1a
commit 73ebb186c4
+2 -2
View File
@@ -10,7 +10,7 @@
openal,
pkg-config,
yaml-cpp,
fmt,
fmt_11,
xorg,
}:
let
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
libzip
openal
yaml-cpp
fmt
fmt_11
xorg.libX11
];