From 5d80ea604d19f289134fe3fe2987468035447005 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 26 Dec 2024 14:14:11 +0000 Subject: [PATCH] xfce.xfce4-eyes-plugin: 4.6.0 -> 4.6.2 https://gitlab.xfce.org/panel-plugins/xfce4-eyes-plugin/-/compare/xfce4-eyes-plugin-4.6.0...xfce4-eyes-plugin-4.6.2 --- .../xfce/panel-plugins/xfce4-eyes-plugin/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix index 646027ad2bb3..d5b94ff30c45 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix @@ -2,8 +2,8 @@ lib, stdenv, fetchurl, + gettext, pkg-config, - intltool, libxfce4util, xfce4-panel, libxfce4ui, @@ -17,16 +17,16 @@ let in stdenv.mkDerivation rec { pname = "xfce4-eyes-plugin"; - version = "4.6.0"; + version = "4.6.2"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-rQ/wXYi6OTt8iSL4Iz7dM/wKTosAC2HeH486EMWuUyQ="; + sha256 = "sha256-ArSsY3YEoLkmJhbLlhPg/meX+2sPH8KImnfh4K1KAaU="; }; nativeBuildInputs = [ + gettext pkg-config - intltool ]; buildInputs = [