mir: 2.17.0 -> 2.17.2

This commit is contained in:
OPNA2608 2024-09-11 15:49:00 +02:00
parent 22650251fb
commit 641065ae19
2 changed files with 6 additions and 6 deletions

View File

@ -196,16 +196,16 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = ./update.sh;
};
meta = with lib; {
meta = {
description = "Display server and Wayland compositor developed by Canonical";
homepage = "https://mir-server.io";
changelog = "https://github.com/canonical/mir/releases/tag/v${finalAttrs.version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
onny
OPNA2608
];
platforms = platforms.linux;
platforms = lib.platforms.linux;
pkgConfigModules = [
"miral"
"mircommon"

View File

@ -5,8 +5,8 @@ let
in
{
mir = common {
version = "2.17.0";
hash = "sha256-iDJ7NIFoSSXjMrHK2I6Linf7z0hvShj8fr6BGxgK5gE=";
version = "2.17.2";
hash = "sha256-OwOGt3X7+UchksyPf/sodit2PHpSlpP2S3gkCPcdzfE=";
};
mir_2_15 = common {