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

Cinnamon updates 2025-12-14 (#470666)

parents 4ccab063 f13dda6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "timeshift";
  version = "25.12.0";
  version = "25.12.1";
  outputs = [
    "out"
    "man"
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "linuxmint";
    repo = "timeshift";
    tag = finalAttrs.version;
    hash = "sha256-JAp1kZ8DBjhB6Xk4ZeL2ozJoTPPcu5gn7Fh+vbm+Zjg=";
    hash = "sha256-m+eSF+cALWSaNt/0V0XTrDZiocddsLqK1YDU7yBdXjw=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-translations";
  version = "6.6.0";
  version = "6.6.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-translations";
    tag = version;
    hash = "sha256-+aqMXice5INNkqLmPc4hawlrc2jRnsGimDPZf28dUSE=";
    hash = "sha256-6y1zHKO/qpkAL5fs6QUjNJki16X+bxW/175Sz1PUPQw=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

stdenvNoCC.mkDerivation {
  pname = "folder-color-switcher";
  version = "1.6.9";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "folder-color-switcher";
    # They don't really do tags, this is just a named commit.
    rev = "fefe156e336d2a0bbfe1ca61cf4e6873c74ae405";
    hash = "sha256-KL3ipzZiHEj+jwAmbIOCeSBOwm3bMpJf4PVhGS+Xx24=";
    rev = "c528788f05697d1e176df4f869d64bcebbab1528";
    hash = "sha256-RSIiNjoU2Qk+0ACirUeo+VSfpjQ8NNJqmKKASD7RZXs=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-online-accounts-gtk";
  version = "3.50.8";
  version = "3.50.9";

  src = fetchFromGitHub {
    owner = "xapp-project";
    repo = "gnome-online-accounts-gtk";
    rev = finalAttrs.version;
    hash = "sha256-DcW88Zx8uoxOL+2mV7uBIsnmQEuy02tbAO1ljf0ZigQ=";
    hash = "sha256-X7/TfY4Amei/CYO+FaXoSb48Y3/mQwduw40rTl6pN50=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "hypnotix";
  version = "5.4";
  version = "5.5";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    tag = version;
    hash = "sha256-aLcuRg6I1PaHBKyHMEV+TYOM82wb1hPVzMuF0SZixs8=";
    hash = "sha256-/bFqPar/Ey48e+KG1EN0IuTF4HX+2jeMcFkqcEcOKMs=";
  };

  patches = [
Loading