Unverified Commit 91cb1ac0 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Cinnamon updates 2025-09-07 (#440871)

parents 34a1e88a f20519d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-control-center";
  version = "6.4.1";
  version = "6.4.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-control-center";
    rev = version;
    hash = "sha256-1Z+kXvBmENNXIqdZgPDx7ZSwJMFAm2oMih6eFFAsA/A=";
    hash = "sha256-nw70sbiz3+dp40WP957hOVo/mQOg2MJknZNN5Kw/Q/0=";
  };

  buildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-desktop";
  version = "6.4.1";
  version = "6.4.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-desktop";
    rev = version;
    hash = "sha256-YKGVuT28MLcLO9T8ZJqbHqMN0SAn1P1l8JTDBo4n838=";
    hash = "sha256-kNxVdPtCQtz4TSyCc6uKHmAGWm2nlWnLwC3Cm0E42Jc=";
  };

  outputs = [
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon-session";
  version = "6.4.0";
  version = "6.4.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-session";
    rev = version;
    hash = "sha256-4uTKcmwfEytoAy4CFiOedYJqmPtBFBHk0P1gEGgm6pU=";
    hash = "sha256-xmKreYrdN22bz5JRkpocf+dfK7BY1Ic4F+mTax0lM3Y=";
  };

  buildInputs = [
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  stdenv,
  lib,
  fetchFromGitHub,
  fetchpatch,
  replaceVars,
  cairo,
  cinnamon-desktop,
@@ -62,6 +63,13 @@ stdenv.mkDerivation rec {
    (replaceVars ./fix-paths.patch {
      inherit zenity;
    })

    # Fix Qt apps crashing on wayland
    # https://github.com/linuxmint/muffin/pull/739
    (fetchpatch {
      url = "https://github.com/linuxmint/muffin/commit/760e2a3046e13610c4fda1291a9a28e589d2bd93.patch";
      hash = "sha256-D0u8UxW5USzMW9KlP3Y4XCWxrQ1ySufDv+eCbrAP71c=";
    })
  ];

  nativeBuildInputs = [