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
This commit is contained in:
parent
dd42f866dc
commit
b5c4fe279a
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue