Unverified Commit 41b9fa84 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

mir: 2.17.0 -> 2.17.2 (#341197)

parents 04845b54 641065ae
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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 {