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
|
||||
, 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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue