Unverified Commit fde28252 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Xfce updates 2025-02-03 (#379051)

parents 16904265 19fdb432
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@
mkXfceDerivation {
  category = "xfce";
  pname = "libxfce4windowing";
  version = "4.20.0";
  version = "4.20.2";

  sha256 = "sha256-t/GbsGipc0Ts2tZJaDJBuDF+9XMp8+Trq78NPAuHEpU=";
  sha256 = "sha256-Xw1hs854K5dZCAYoBMoqJzdSxPRFUYqEpWxg4DLSK5Q=";

  nativeBuildInputs = [
    gobject-introspection
+2 −4
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
, libxfce4ui
, libxfce4util
, libxfce4windowing
, perl
, tzdata
, vala
, wayland
@@ -21,13 +20,12 @@
mkXfceDerivation {
  category = "xfce";
  pname = "xfce4-panel";
  version = "4.20.0";
  version = "4.20.3";

  sha256 = "sha256-oB7mlU7RZtRuCQAKgv5I7ZRRu703Za7Ki9+AkHSELRE=";
  sha256 = "sha256-tLWjU0M7tuE+qqDwaE1CtnOjDiPWno8Mf7hhxYxbvjo=";

  nativeBuildInputs = [
    gobject-introspection
    perl
    vala
  ];