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

Cinnamon updates 2026-01-16 (#480730)

parents a0fd9709 f8f7d804
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon";
  version = "6.6.4";
  version = "6.6.5";

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

  patches = [
+5 −6
Original line number Diff line number Diff line
@@ -6,16 +6,15 @@
  python3Packages,
}:

stdenvNoCC.mkDerivation {
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "mint-l-theme";
  version = "2.0.5";
  version = "2.0.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-l-theme";
    # They don't really do tags, this is just a named commit.
    rev = "112daa4f76ccef08a9c4e3b107957ff862429516";
    hash = "sha256-Y6rPrEG+Gh2V+TbLDTqVgPSYQMBXWKacYrS1FMzmQVo=";
    tag = finalAttrs.version;
    hash = "sha256-Lss8P0L6gxbP88MiTfv3VfOFkvkEUDXIPBoFHPxLWqE=";
  };

  nativeBuildInputs = [
@@ -43,4 +42,4 @@ stdenvNoCC.mkDerivation {
    platforms = lib.platforms.linux;
    teams = [ lib.teams.cinnamon ];
  };
}
})
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "mint-themes";
  version = "2.3.7";
  version = "2.3.8";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-themes";
    rev = version;
    hash = "sha256-7/4mDcQ3B7keX9CusQUOOOYSrzxEKRcakA37VOU0+gE=";
    hash = "sha256-cIXEg6Crq4DrHBeJUgwCF5k8A5bsR4trO0UC5wMZLpk=";
  };

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

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

  outputs = [
    "out"
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
    owner = "linuxmint";
    repo = "muffin";
    rev = version;
    hash = "sha256-65XVmSz/p8MYj4vbONCPFG3wdt7sCtHSX9Kg8UcYUf0=";
    hash = "sha256-UqN1KFGhjjn0NquOAqYILEn2MPqimTyWbi6dJEALYy8=";
  };

  patches = [
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "xapp-symbolic-icons";
  version = "1.0.8";
  version = "1.0.9";

  src = fetchFromGitHub {
    owner = "xapp-project";
    repo = "xapp-symbolic-icons";
    tag = finalAttrs.version;
    hash = "sha256-4Q+FHD3kYJGI4kZThb/ZVheaz8dMze9ZTgz8AFKy3HY=";
    hash = "sha256-BcatNzhtPZW9EDPZ9FPU+fPDC8l1CVAjcBYJJUNCRZo=";
  };

  nativeBuildInputs = [
@@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  meta = {
    homepage = "https://github.com/xapp-project/xapp-symbolic-icons";
    description = "Set of symbolic icons for GTK applications and projects";
    license = lib.licenses.gpl3Plus;
    license = lib.licenses.lgpl3Plus;
    platforms = lib.platforms.linux;
    teams = [ lib.teams.cinnamon ];
  };