xfce.xfce4-screenshooter: 1.9.10 -> 1.9.11 (#186429)

* xfce.xfce4-screenshooter: reformat nix expression

* xfce.xfce4-screenshooter: 1.9.10 -> 1.9.11
This commit is contained in:
José Romildo Malaquias
2022-08-18 19:37:36 +02:00
committed by GitHub
parent f89c8ea016
commit af3c62be07
@@ -1,14 +1,31 @@
{ lib, mkXfceDerivation, exo, gtk3, libsoup, libxfce4ui, libxfce4util, xfce4-panel, glib-networking }:
{ lib
, mkXfceDerivation
, exo
, glib-networking
, gtk3
, libsoup
, libxfce4ui
, libxfce4util
, xfce4-panel
}:
mkXfceDerivation {
category = "apps";
pname = "xfce4-screenshooter";
version = "1.9.10";
version = "1.9.11";
odd-unstable = false;
sha256 = "sha256-i3QdQij58JYv3fWdESUeTV0IW3A8RVGNtmuxUc6FUMg=";
sha256 = "sha256-sW0SEXypCcly7MlO9lnxHTkYwIiRt+gOME5UQ++Y3JQ=";
buildInputs = [ exo gtk3 libsoup libxfce4ui libxfce4util xfce4-panel glib-networking ];
buildInputs = [
exo
glib-networking
gtk3
libsoup
libxfce4ui
libxfce4util
xfce4-panel
];
meta = with lib; {
description = "Screenshot utility for the Xfce desktop";