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

Cinnamon updates 2026-01-09 (#478420)

parents 0905a111 5d638130
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.3";
  version = "25.12.4";
  outputs = [
    "out"
    "man"
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "linuxmint";
    repo = "timeshift";
    tag = finalAttrs.version;
    hash = "sha256-yrPeaGdt32bmP8lV+eYZb2H3OmVl3G5AH7eeGZ3LM3k=";
    hash = "sha256-4iK9RngcqwR0sYo9AXcTwEQ1eoPQPbAmwM5k/rcgU9s=";
  };

  postPatch = ''
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "folder-color-switcher";
    # They don't really do tags, this is just a named commit.
    rev = "c528788f05697d1e176df4f869d64bcebbab1528";
    hash = "sha256-RSIiNjoU2Qk+0ACirUeo+VSfpjQ8NNJqmKKASD7RZXs=";
    rev = "856f6f27dfa48ee1ac8d7ec40333e3f892458067";
    hash = "sha256-nNH8/MIgVk7Y9YyGfN1jjdGJ4DruXu2Lg8+GjQnIggM=";
  };

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

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

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

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@

stdenv.mkDerivation rec {
  pname = "pix";
  version = "3.4.9";
  version = "3.4.10";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "pix";
    rev = version;
    hash = "sha256-cuNggVsNNqACWttPy1Tt8MfPFQKiuYhaMnh8TTHCi74=";
    hash = "sha256-IrRE2Bv2+DZMLI48at7npcAd3TSJRuZNzU/YbNK8x3k=";
  };

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

stdenv.mkDerivation rec {
  pname = "sticky";
  version = "1.29";
  version = "1.30";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "sticky";
    rev = version;
    hash = "sha256-5KDjvohmdw8j5G8V+uFXPzRSRo/C2HgeRodWfguQjYg=";
    hash = "sha256-8Y6PoQQHS8h1AT+4DMbExd9y7ScDMig0M9BJQjq09Uc=";
  };

  postPatch = ''
Loading