From b5c4fe279abda720af644f2c330b03f132421ce9 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 21 Apr 2023 23:17:31 +0800 Subject: xfce.xfce4-fsguard-plugin: 1.1.2 -> 1.1.3 https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-plugin/-/compare/xfce4-fsguard-plugin-1.1.2...xfce4-fsguard-plugin-1.1.3 --- pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix index 7f1cfe91891e..3abc25669e6b 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix @@ -7,6 +7,7 @@ , xfce4-panel , libxfce4ui , xfconf +, glib , gtk3 , gitUpdater }: @@ -14,12 +15,12 @@ let category = "panel-plugins"; in stdenv.mkDerivation rec { - pname = "xfce4-fsguard-plugin"; - version = "1.1.2"; + pname = "xfce4-fsguard-plugin"; + version = "1.1.3"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-Z9jmohmnEXxZaTrbxZw5puujHj8YpUmRie9O8otVQQU="; + sha256 = "sha256-hO+LtHUiktZMDvEBut97FESHkL+gqF3mRNv6Iphuwlg="; }; nativeBuildInputs = [ @@ -32,6 +33,7 @@ in stdenv.mkDerivation rec { libxfce4ui xfce4-panel xfconf + glib gtk3 ]; -- cgit 1.4.1