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

Cinnamon updates 2026-01-26 (#484016)

parents 3f3b497f 92041210
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-settings-daemon";
  version = "6.6.2";
  version = "6.6.3";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-settings-daemon";
    tag = version;
    hash = "sha256-s8LKta03ei4MIQICY5t4Kh2oDEN9egstX8IQ56FXq7s=";
    hash = "sha256-sa3DYH4/yRycHyrAG8IfCCpHhFNKwq8yOgLoKHprGfk=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon";
  version = "6.6.5";
  version = "6.6.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    tag = version;
    hash = "sha256-i+eUSEz6Zgfm8HISSuxQ04lz86Rrp99NWaWAplJCLCs=";
    hash = "sha256-yOgDajTZFC566uhf9pvenAIMdDTU1JOF+ahtgPp6kTY=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

stdenv.mkDerivation rec {
  pname = "muffin";
  version = "6.6.2";
  version = "6.6.3";

  outputs = [
    "out"
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
    owner = "linuxmint";
    repo = "muffin";
    rev = version;
    hash = "sha256-UqN1KFGhjjn0NquOAqYILEn2MPqimTyWbi6dJEALYy8=";
    hash = "sha256-PNL6PAZinds+kqCUCesJkTS+93juhm35sPE7RFUdxeU=";
  };

  patches = [