mir: 2.22.2 -> 2.23.0
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user