openloco: pin fmt version (#462336)

This commit is contained in:
Ryan Hendrickson
2025-11-17 16:15:20 +00:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
openal, openal,
pkg-config, pkg-config,
yaml-cpp, yaml-cpp,
fmt, fmt_11,
xorg, xorg,
}: }:
let let
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
libzip libzip
openal openal
yaml-cpp yaml-cpp
fmt fmt_11
xorg.libX11 xorg.libX11
]; ];