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

Cinnamon updates 2025-08-28 (#437740)

parents 91c76065 83fb66db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "timeshift";
  version = "25.07.5";
  version = "25.07.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "timeshift";
    rev = version;
    hash = "sha256-AXtHs19DeSF2v5v4aBchGlsO59Z7h5OfmAaDb9SjwSc=";
    hash = "sha256-M3r5CUSMF2Es1EDolmZAwqj2uX76wARk5oefqdf2eYk=";
  };

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

stdenv.mkDerivation rec {
  pname = "hypnotix";
  version = "5.1";
  version = "5.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    rev = version;
    hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI=";
    hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY=";
  };

  patches = [
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

stdenvNoCC.mkDerivation {
  pname = "mint-l-icons";
  version = "1.7.5";
  version = "1.7.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-l-icons";
    # They don't really do tags, this is just a named commit.
    rev = "64ee205dc270b13f3816030330eed108eaa30360";
    hash = "sha256-4tavRQ1bWzVYcAAJtZ4avRHcBB+oTDhdXp6dlSGO4C8=";
    rev = "b046353fa23951746e9bfa3d54f745819802649e";
    hash = "sha256-b+7YgIUGD2m92lzcnoVDk4K+f80zzv1tzEfeXPKAKFc=";
  };

  propagatedBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "mint-l-theme";
  version = "2.0.0";
  version = "2.0.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-l-theme";
    rev = version;
    hash = "sha256-G2wwzt02WVVsKjY7tHAfRzxUIa3OUKkYiazUFTDeR9Q=";
    hash = "sha256-3suLa8el58t5J6aJaH3Z4+tTqoCpD1Uvy2uzaVgIfVo=";
  };

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

stdenvNoCC.mkDerivation rec {
  pname = "mint-themes";
  version = "2.3.1";
  version = "2.3.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-themes";
    rev = version;
    hash = "sha256-oBedc+laKUxCUqDmLXomu8oPEjXckznNSjm/DYDxKhM=";
    hash = "sha256-99bE20XheHzEa2IIlXqdTHs044FRqI3O1xOLkhEC/gY=";
  };

  nativeBuildInputs = [
Loading