From ffd224125e92044333acad8822aeb0a528060cdd Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 18 Apr 2023 08:34:24 +0000 Subject: [PATCH] xfce.xfce4-genmon-plugin: 4.1.1 -> 4.2.0 https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/compare/xfce4-genmon-plugin-4.1.1...xfce4-genmon-plugin-4.2.0 --- .../xfce/panel-plugins/xfce4-genmon-plugin/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix index 6a43c237037b..2219ce754af8 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix @@ -5,6 +5,7 @@ , intltool , libxfce4util , xfce4-panel +, xfconf , libxfce4ui , gtk3 , gitUpdater @@ -14,11 +15,11 @@ let category = "panel-plugins"; in stdenv.mkDerivation rec { pname = "xfce4-genmon-plugin"; - version = "4.1.1"; + version = "4.2.0"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-shGf0P8Z+ik7l+yXsN6OJBeZ4IuGIYUVFnxWi9m1ATU="; + sha256 = "sha256-lI0I7l8hQIR/EJtTG8HUzGJoSWkT6nYA08WtiQJaA2I="; }; nativeBuildInputs = [ @@ -30,6 +31,7 @@ in stdenv.mkDerivation rec { libxfce4util libxfce4ui xfce4-panel + xfconf gtk3 ];