Skip to content

Commit

Permalink
Merge pull request #222696 from bobby285271/upd/mate
Browse files Browse the repository at this point in the history
MATE updates: Fix caja crash with GLib 2.76
  • Loading branch information
bobby285271 committed Mar 24, 2023
2 parents 588f556 + 86e2f3c commit e520888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mate-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
pname = "mate-desktop";
version = "1.26.0";
version = "1.26.1";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "18sj8smf0b998m5qvki37hxg0agcx7wmgz9z7cwv6v48i2dnnz2z";
sha256 = "EtFmiiesGr1gk1OB0/OYIbuAhGenuKz570WIXXyAohE=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mate-polkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
pname = "mate-polkit";
version = "1.26.0";
version = "1.26.1";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0kkjv025l1l8352m5ky1g7hmk7isgi3dnfnh7sqg9pyhml97i9dd";
sha256 = "9bewtd/FMwLEBAMkWZjrkSGvP1DnFmagmrc7slRSA1c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e520888

Please sign in to comment.