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

Merge pull request #315649 from bobby285271/upd/xfce

xfce.xfce4-screenshooter: 1.10.5 -> 1.10.6
parents c095274a 0dfd7b69
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
{ lib
, mkXfceDerivation
, wayland-scanner
, exo
, gtk3
, libX11
, libXext
, libXfixes
, libXtst
, libxml2
, libsoup_3
, libxfce4ui
, libxfce4util
, wayland
, wlr-protocols
, xfce4-panel
, xfconf
, curl
@@ -16,17 +24,28 @@
mkXfceDerivation {
  category = "apps";
  pname = "xfce4-screenshooter";
  version = "1.10.5";
  version = "1.10.6";
  odd-unstable = false;

  sha256 = "sha256-x1uQIfiUNMYowrCLpwdt1IsHfJLn81f8I/4NBwX/z9k=";
  sha256 = "sha256-g3wYIyJEnYCFhCs6YXzfEe5lnvIY8ACN/m7He+ww3mA=";

  nativeBuildInputs = [
    wayland-scanner
  ];

  buildInputs = [
    exo
    gtk3
    libX11
    libXext
    libXfixes
    libXtst
    libxml2
    libsoup_3
    libxfce4ui
    libxfce4util
    wayland
    wlr-protocols
    xfce4-panel
    xfconf
  ];