xfce.xfce4-taskmanager: odd minor release numbers are stable

This commit is contained in:
José Romildo 2023-01-29 11:09:17 -03:00
parent 1be13de2dc
commit 403be179ec

View file

@ -1,14 +1,32 @@
{ lib, mkXfceDerivation, exo, gtk3, libxfce4ui, xfconf, libwnck, libXmu }:
{ lib
, mkXfceDerivation
, exo
, gtk3
, libxfce4ui
, xfconf
, libwnck
, libXmu
}:
mkXfceDerivation {
category = "apps";
pname = "xfce4-taskmanager";
version = "1.5.5";
odd-unstable = false;
sha256 = "sha256-worHYB9qibRxMaCYQ0+nHA9CSTColewgahyrXiPOnQA=";
nativeBuildInputs = [ exo ];
buildInputs = [ gtk3 libxfce4ui xfconf libwnck libXmu ];
nativeBuildInputs = [
exo
];
buildInputs = [
gtk3
libxfce4ui
xfconf
libwnck
libXmu
];
meta = with lib; {
description = "Easy to use task manager for Xfce";