Merge pull request #261843 from bobby285271/upd/xfce

Xfce updates 2023-10-18
This commit is contained in:
Bobby Rong 2023-10-19 20:12:09 +08:00 committed by GitHub
commit 1aff2bc09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -2,6 +2,8 @@
, mkXfceDerivation
, glib
, gtk3
, gtk-layer-shell
, libX11
, libxfce4ui
, vte
, xfconf
@ -15,9 +17,10 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-terminal";
version = "1.1.0";
version = "1.1.1";
odd-unstable = false;
sha256 = "sha256-ilxiP1Org5/uSQOzfRgODmouH0BmK3CmCJj1kutNuII=";
sha256 = "sha256-LDfZTZ2EaboIYz+xQNC2NKpJiN8qqfead2XzpKVpL6c=";
nativeBuildInputs = [
libxslt
@ -28,6 +31,8 @@ mkXfceDerivation {
buildInputs = [
glib
gtk3
gtk-layer-shell
libX11
libxfce4ui
vte
xfconf

View File

@ -14,9 +14,9 @@
mkXfceDerivation {
category = "xfce";
pname = "xfce4-dev-tools";
version = "4.18.0";
version = "4.18.1";
sha256 = "sha256-VgQiTRMPD1VeUkUnFkX78C2VrsrXFWCdmupL8PQc7+c=";
sha256 = "sha256-JUyFlifNVhSnIMaI9qmgCtGIgkpmzYybMfuhPgJiDOg=";
nativeBuildInputs = [
autoreconfHook