From 5a25620556721c08baf1f206c80755e756accc4a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 26 Dec 2024 14:14:38 +0000 Subject: [PATCH] xfce.xfce4-genmon-plugin: 4.2.0 -> 4.2.1 https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/compare/xfce4-genmon-plugin-4.2.0...xfce4-genmon-plugin-4.2.1 --- .../xfce/panel-plugins/xfce4-genmon-plugin/default.nix | 4 ++-- 1 file changed, 2 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 09d07cfef3140e..ff78b25c2a3990 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix @@ -17,11 +17,11 @@ let in stdenv.mkDerivation rec { pname = "xfce4-genmon-plugin"; - version = "4.2.0"; + version = "4.2.1"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-lI0I7l8hQIR/EJtTG8HUzGJoSWkT6nYA08WtiQJaA2I="; + sha256 = "sha256-3lQFYuHqWPNanIFeIHNtJq9UGgqTcgERSMt1tfC2WVE="; }; nativeBuildInputs = [