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

Merge pull request #239941 from bobby285271/upd/cinnamon

Cinnamon updates 2023-06-26
parents 548c591c 4eb02eab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "xed-editor";
  version = "3.4.1";
  version = "3.4.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xed";
    rev = version;
    sha256 = "sha256-fBwxc6n4sNNRiKcax96Tl3cFD+Ryvmj+XizB3z2s4+Q=";
    sha256 = "sha256-fTrvHf7iA3qexxdebSgzLXlngAOkdraW3KiVTVYodrY=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -72,13 +72,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon-common";
  version = "5.8.2";
  version = "5.8.3";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    rev = version;
    hash = "sha256-KY5ctByMYKxigiZ0X/blaHJuyiAUNB6B2gpGtC/k100=";
    hash = "sha256-PvU5lcoIDguWiLdI+uIiJHqS1ae436Xc7TfRVytR02k=";
  };

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

stdenvNoCC.mkDerivation rec {
  pname = "folder-color-switcher";
  version = "1.5.7";
  version = "1.5.8";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    # They don't really do tags, this is just a named commit.
    rev = "03311d62a62e2cd7d0592b241c287091161ec6b6";
    sha256 = "sha256-HQv9vSpRSBjqbncGFv+O5XQtRJ+4Cq0aWZHoj5BhKYE=";
    rev = "f167627cffaf8b34e27b0515153b669b980fd62e";
    sha256 = "sha256-u8Lv0OTxKgjIp1q5WR0NXULhnwFfEDYGRlBpFMVHCBY=";
  };

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

stdenvNoCC.mkDerivation rec {
  pname = "mint-themes";
  version = "2.1.2";
  version = "2.1.3";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-Y+KmSKuREn2E3FySsScjL+oSpSFnyEqhoXQfU++86JY=";
    hash = "sha256-ouqhksy3999pi8v4f64W4X/h655ZVi8dR22g4LlYwMI=";
  };

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

stdenv.mkDerivation rec {
  pname = "nemo";
  version = "5.8.2";
  version = "5.8.3";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    sha256 = "sha256-Be67TOA1gLwSYx8y2iyfvY0QCpWOFutpXMDaPiTRQGg=";
    sha256 = "sha256-/GwtTklOkhCkbBMQLl4dKUnlZwN6FX2kqxN7cJVaVwE=";
  };

  patches = [
Loading