Skip to content

Commit

Permalink
Merge pull request NixOS#256109 from bobby285271/upd/mate
Browse files Browse the repository at this point in the history
MATE updates 2023-09-19
  • Loading branch information
bobby285271 authored Sep 20, 2023
2 parents d27a248 + 969484e commit f0820c5
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/libmatemixer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
pname = "libmatemixer";
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 = "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws";
sha256 = "SWD1mmufr4KgHUpLjMJgtIaN2ZHv1Kmxe10KFaHToa4=";
};

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

stdenv.mkDerivation rec {
pname = "mate-user-guide";
version = "1.26.1";
version = "1.26.2";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "XQTJdLd/L/OQQkQ4mY6F7ErdjiJnJA51WnqODvd/wi8=";
sha256 = "TTK241ZKyPTqqysVSC33+XaXUN+IEavtg30KLn7jgIs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f0820c5

Please sign in to comment.