mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mate.mate-panel: 1.28.2 -> 1.28.4 (#349526)
This commit is contained in:
commit
fc8d64dd4c
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user