Merge pull request #183652 from r-ryantm/auto-update/k4dirstat

k4dirstat: 3.3.0 -> 3.4.0
This commit is contained in:
Arnout Engelen 2022-07-29 16:07:45 +02:00 committed by GitHub
commit 50f079b882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "k4dirstat";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
hash = "sha256-KLvWSDv4x0tMhAPqp8yNQed2i7R0MPbvadHddSJ1Nx4=";
hash = "sha256-+JhMSatgCunzxIVSYIzt1L7O36LYbcFw7vmokgNffPY=";
};
nativeBuildInputs = [ extra-cmake-modules ];