mate.mate-indicator-applet: 1.26.0 -> 1.28.0

https://github.com/mate-desktop/mate-indicator-applet/compare/v1.26.0...v1.28.0

+5 -5
+5 -5
pkgs/desktops/mate/mate-indicator-applet/default.nix
··· 5 , gettext 6 , gtk3 7 , libayatana-indicator 8 - , mate 9 , hicolor-icon-theme 10 , wrapGAppsHook 11 , mateUpdateScript ··· 13 14 stdenv.mkDerivation rec { 15 pname = "mate-indicator-applet"; 16 - version = "1.26.0"; 17 18 src = fetchurl { 19 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 20 - sha256 = "144fh9f3lag2cqnmb6zxlh8k83ya8kha6rmd7r8gg3z5w3nzpyz4"; 21 }; 22 23 postPatch = '' 24 # Find installed Unity & Ayatana (new-style) indicators 25 substituteInPlace src/applet-main.c \ 26 - --replace '/usr/share' '/run/current-system/sw/share' 27 ''; 28 29 nativeBuildInputs = [ ··· 35 buildInputs = [ 36 gtk3 37 libayatana-indicator 38 - mate.mate-panel 39 hicolor-icon-theme 40 ]; 41
··· 5 , gettext 6 , gtk3 7 , libayatana-indicator 8 + , mate-panel 9 , hicolor-icon-theme 10 , wrapGAppsHook 11 , mateUpdateScript ··· 13 14 stdenv.mkDerivation rec { 15 pname = "mate-indicator-applet"; 16 + version = "1.28.0"; 17 18 src = fetchurl { 19 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 20 + sha256 = "zrPXA5cKPlWNfNffCxwhceOvdSolSVrO0uIiwemtSc0="; 21 }; 22 23 postPatch = '' 24 # Find installed Unity & Ayatana (new-style) indicators 25 substituteInPlace src/applet-main.c \ 26 + --replace-fail '/usr/share' '/run/current-system/sw/share' 27 ''; 28 29 nativeBuildInputs = [ ··· 35 buildInputs = [ 36 gtk3 37 libayatana-indicator 38 + mate-panel 39 hicolor-icon-theme 40 ]; 41