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

Cinnamon updates 2025-08-07 (#431746)

parents d282d866 19a5a637
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.4";
  version = "25.07.5";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "timeshift";
    rev = version;
    hash = "sha256-yrLpEhSt7QB0qWCXjIjTVeXKRpgue2pVdV+6hSixeuA=";
    hash = "sha256-AXtHs19DeSF2v5v4aBchGlsO59Z7h5OfmAaDb9SjwSc=";
  };

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

stdenv.mkDerivation rec {
  pname = "mint-artwork";
  version = "1.8.9";
  version = "1.9.2";

  src = fetchurl {
    urls = [
      "http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
      "https://web.archive.org/web/20250111022232/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
      "https://web.archive.org/web/20250807131013/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
    ];
    hash = "sha256-MKXKne3wqxfIqmOawpmZbX/NRVSA5fBetpSE+mr/eqA=";
    hash = "sha256-zmVpy7T1AyVE5nwD0aZ//9kIFK2IYjl3rSq+9bcHPDE=";
  };

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

stdenv.mkDerivation rec {
  pname = "xviewer";
  version = "3.4.10";
  version = "3.4.11";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xviewer";
    rev = version;
    hash = "sha256-ELjr6W1Hqpvc7ChOrLhVUw9YPRoS/JjXQMNBrCn7JOQ=";
    hash = "sha256-fW+hhHJ4i3u0vtbvaQWliIZSLI1WCFhR5CvVZL6Vy8U=";
  };

  nativeBuildInputs = [