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

k4dirstat: 3.4.0 -> 3.4.2
This commit is contained in:
Arnout Engelen 2022-08-16 11:32:58 +02:00 committed by GitHub
commit 64b627bd62
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.4.0";
version = "3.4.2";
src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
hash = "sha256-+JhMSatgCunzxIVSYIzt1L7O36LYbcFw7vmokgNffPY=";
hash = "sha256-nedtCa3h62pAmJYGIYp9jkNYiqe9WevVjwNAqVaaFuc=";
};
nativeBuildInputs = [ extra-cmake-modules ];