Skip to content

Commit

Permalink
mate.mate-panel: 1.28.2 -> 1.28.4 (#349526)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Oct 21, 2024
2 parents c4875a4 + baefd48 commit fc8d64d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/mate/mate-panel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

stdenv.mkDerivation rec {
pname = "mate-panel";
version = "1.28.2";
version = "1.28.4";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "Z4pD6DeqJxhJQgT93xm7kGzwfl2A/S4d3nRfJtKtujM=";
hash = "sha256-AvCesDFMKsGXtvCJlQpXHNujm/0D1sOguP13JSqWiHQ=";
};

nativeBuildInputs = [
Expand All @@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
glib
gtk3
# See https://github.com/mate-desktop/mate-panel/issues/1402
# Optionally for the ca.desrt.dconf-editor.Settings schema
# This is propagated for mate_panel_applet_settings_new and applet's wrapGAppsHook3
dconf-editor
];
Expand Down

0 comments on commit fc8d64d

Please sign in to comment.