Merge pull request #141214 from musfay/xfce-updates

Xfce updates

authored by

José Romildo Malaquias and committed by
GitHub
15847b4b f6e161d6

+8 -8
+2 -2
pkgs/desktops/xfce/applications/catfish/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "catfish"; 8 - version = "4.16.2"; 8 + version = "4.16.3"; 9 9 10 10 src = fetchurl { 11 11 url = "https://archive.xfce.org/src/apps/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 12 - sha256 = "sha256-shouFRlD8LGU04sX/qrzghh5R+0SoCw9ZJKvt0gBKms="; 12 + sha256 = "sha256-6amaYtEJgTkVCN1D88v6LVCmm9a30e7vfTC6TGc9z9o="; 13 13 }; 14 14 15 15 nativeBuildInputs = [
+2 -2
pkgs/desktops/xfce/applications/mousepad/default.nix
··· 3 3 mkXfceDerivation { 4 4 category = "apps"; 5 5 pname = "mousepad"; 6 - version = "0.5.6"; 6 + version = "0.5.7"; 7 7 odd-unstable = false; 8 8 9 - sha256 = "sha256-cdM2NHUnN2FITITb4077Je5Z8xwZAJfjmwXfV+WE6jk="; 9 + sha256 = "sha256-VLPzzM9dl+HAPI+Qn2QTjrKfRgngsExlPFRsdmsNcSM="; 10 10 11 11 nativeBuildInputs = [ gobject-introspection ]; 12 12
+2 -2
pkgs/desktops/xfce/core/libxfce4ui/default.nix
··· 4 4 mkXfceDerivation { 5 5 category = "xfce"; 6 6 pname = "libxfce4ui"; 7 - version = "4.16.0"; 7 + version = "4.16.1"; 8 8 9 - sha256 = "sha256-YmawNgkCM2xwoMKZrY9SxRhm2t0tsmk2j2+grW9zPCk="; 9 + sha256 = "sha256-5mwyC3YA1LvdVSvaHN7CXDJh+IXjmdHGLKzhpjtUZkw="; 10 10 11 11 nativeBuildInputs = [ gobject-introspection vala ]; 12 12 buildInputs = [ gtk3 libstartup_notification libgtop epoxy xfconf ];
+2 -2
pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix
··· 3 3 mkXfceDerivation { 4 4 category = "panel-plugins"; 5 5 pname = "xfce4-whiskermenu-plugin"; 6 - version = "2.5.3"; 6 + version = "2.6.0"; 7 7 rev-prefix = "v"; 8 8 odd-unstable = false; 9 - sha256 = "sha256-Hw4vdFChKOqllsxMS2Bi7UL48a3Z6oB8oCPKWwa8bJY="; 9 + sha256 = "sha256-VTv4nOL1ltHrewf3q4Uz4e2QjV+Jf7YZTNqILjuAEpM="; 10 10 11 11 nativeBuildInputs = [ cmake ]; 12 12