k4dirstat: 3.2.2 -> 3.3.0

This commit is contained in:
Arnout Engelen 2021-09-10 10:21:43 +02:00
parent 09cd65b33c
commit 2b9626ef2f
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -7,22 +7,30 @@
, kjobwidgets
, kxmlgui
, lib
, testVersion
, k4dirstat
}:
mkDerivation rec {
pname = "k4dirstat";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
sha256 = "sha256-U5p/gW5GPxRoM9XknP8G7iVhLDoqmvgspeRsmCRdxDg=";
hash = "sha256-KLvWSDv4x0tMhAPqp8yNQed2i7R0MPbvadHddSJ1Nx4=";
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kiconthemes kio kjobwidgets kxmlgui ];
passthru.tests.version =
testVersion {
package = k4dirstat;
command = "k4dirstat -platform offscreen --version &>/dev/stdout";
};
meta = with lib; {
homepage = "https://github.com/jeromerobert/k4dirstat";
description = "A small utility program that sums up disk usage for directory trees";