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
, 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
];