mesa: default to 23.0.1

This commit is contained in:
K900
2023-03-26 15:46:20 +03:00
parent 97b2abc678
commit e9f8bfcdf2
+2 -1
View File
@@ -22501,7 +22501,8 @@ with pkgs;
# Bump on staging only, tonnes of packages depend on it.
# See https://github.com/NixOS/nixpkgs/issues/218232
# Major versions should be bumped when they have proven to be reasonably stable
mesa = mesa_22_3_7;
# FIXME: split up libgbm properly
mesa = mesa_23_0_1;
mesa_glu = callPackage ../development/libraries/mesa-glu {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;