mir: 2.22.2 -> 2.23.0

This commit is contained in:
OPNA2608
2025-10-17 21:42:38 +02:00
parent 9e19e8fbb5
commit af0f607f1c
2 changed files with 5 additions and 2 deletions

View File

@@ -149,6 +149,9 @@ stdenv.mkDerivation (finalAttrs: {
] ]
++ lib.optionals (lib.strings.versionAtLeast version "2.22.0") [ ++ lib.optionals (lib.strings.versionAtLeast version "2.22.0") [
mesa.llvmpipeHook mesa.llvmpipeHook
]
++ lib.optionals (lib.strings.versionAtLeast version "2.23.0") [
xwayland
]; ];
checkInputs = [ checkInputs = [

View File

@@ -5,8 +5,8 @@ let
in in
{ {
mir = common { mir = common {
version = "2.22.2"; version = "2.23.0";
hash = "sha256-AZUdj/ctBeBa3BUnmaC6NdyCO0XXBx5xMG7zPoh6ARc="; hash = "sha256-Sib2dxNDxyJCJwxuP8TVphdZvnkrn+8/t7cnEjfXIsw=";
}; };
mir_2_15 = common { mir_2_15 = common {