From 3b5405bc79a8e0a3e397b9be299c1733119a1dce Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 28 Dec 2024 03:30:43 +0000 Subject: [PATCH] xfce.xfce4-panel-profiles: 1.0.14 -> 1.0.15 https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/compare/xfce4-panel-profiles-1.0.14...xfce4-panel-profiles-1.0.15 --- .../xfce/applications/xfce4-panel-profiles/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix index b11057c5b566..32203b7a5d28 100644 --- a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix @@ -4,7 +4,6 @@ fetchFromGitLab, gettext, gobject-introspection, - intltool, wrapGAppsHook3, glib, gtk3, @@ -21,20 +20,19 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "xfce4-panel-profiles"; - version = "1.0.14"; + version = "1.0.15"; src = fetchFromGitLab { domain = "gitlab.xfce.org"; owner = "apps"; repo = "xfce4-panel-profiles"; rev = "xfce4-panel-profiles-${finalAttrs.version}"; - sha256 = "sha256-mGA70t2U4mqEbcrj/DDsPl++EKWyZ8YXzKzzVOrH5h8="; + sha256 = "sha256-UxXxj0lxJhaMv5cQoyz+glJiLwvIFfpPu27TCNDhoL0="; }; nativeBuildInputs = [ gettext gobject-introspection - intltool wrapGAppsHook3 ];