Merge pull request #243783 from bobby285271/upd/xfce

xfce.xfce4-verve-plugin: 2.0.1 -> 2.0.3
This commit is contained in:
José Romildo Malaquias 2023-07-16 12:30:32 -03:00 committed by GitHub
commit 6be2f33d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,27 @@
{ lib
, mkXfceDerivation
, glib
, gtk3
, libxfce4ui
, pcre
, libxfce4util
, pcre2
, xfce4-panel
}:
mkXfceDerivation {
category = "panel-plugins";
pname = "xfce4-verve-plugin";
version = "2.0.1";
rev-prefix = "";
sha256 = "sha256-YwUOSTZMoHsWWmi/ajQv/fX8a0IJoc3re3laVEmnX/M=";
version = "2.0.3";
sha256 = "sha256-K335cs1vWKTNQjZlSUuhK8OmgTsKSzN87IZwS4RtvB8=";
buildInputs = [ gtk3 libxfce4ui pcre libxfce4util xfce4-panel ];
hardeningDisable = [ "format" ];
buildInputs = [
glib
gtk3
libxfce4ui
libxfce4util
pcre2
xfce4-panel
];
meta = with lib; {
description = "A command-line plugin";