mate.mate-panel: 1.28.2 -> 1.28.4 (#349526)

This commit is contained in:
Bobby Rong 2024-10-21 20:29:58 +08:00 committed by GitHub
commit fc8d64dd4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [
@ -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
];