xfce.xfce4-screensaver: 4.18.1 -> 4.18.2
https://gitlab.xfce.org/apps/xfce4-screensaver/-/compare/xfce4-screensaver-4.18.1...xfce4-screensaver-4.18.2
This commit is contained in:
parent
64ef8aeabd
commit
97da8fa1e8
1 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@
|
|||
mkXfceDerivation {
|
||||
category = "apps";
|
||||
pname = "xfce4-screensaver";
|
||||
version = "4.18.1";
|
||||
version = "4.18.2";
|
||||
|
||||
sha256 = "sha256-d72m2dW8jvM/EjgNSVaKsP5Ip7ioguB61/hy2cWw+dw=";
|
||||
sha256 = "sha256-j5K5i+hl/miyHste73akZL62K6YTxXmN8mmFK9BCecs=";
|
||||
|
||||
buildInputs = [
|
||||
dbus-glib
|
||||
|
@ -44,8 +44,8 @@ mkXfceDerivation {
|
|||
|
||||
makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Screensaver for Xfce";
|
||||
maintainers = with lib.maintainers; [ symphorien ];
|
||||
maintainers = with maintainers; [ symphorien ] ++ teams.xfce.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue