Bobby Rong 2023-04-21 23:17:31 +08:00
parent dd42f866dc
commit b5c4fe279a
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
, xfce4-panel , xfce4-panel
, libxfce4ui , libxfce4ui
, xfconf , xfconf
, glib
, gtk3 , gtk3
, gitUpdater , gitUpdater
}: }:
@ -14,12 +15,12 @@
let let
category = "panel-plugins"; category = "panel-plugins";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "xfce4-fsguard-plugin"; pname = "xfce4-fsguard-plugin";
version = "1.1.2"; version = "1.1.3";
src = fetchurl { src = fetchurl {
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-Z9jmohmnEXxZaTrbxZw5puujHj8YpUmRie9O8otVQQU="; sha256 = "sha256-hO+LtHUiktZMDvEBut97FESHkL+gqF3mRNv6Iphuwlg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -32,6 +33,7 @@ in stdenv.mkDerivation rec {
libxfce4ui libxfce4ui
xfce4-panel xfce4-panel
xfconf xfconf
glib
gtk3 gtk3
]; ];