kdePackages.ktextaddons: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm 2024-05-01 11:14:19 +00:00
parent 848c9745a7
commit dba2770f0d
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
}:
mkKdeDerivation rec {
pname = "ktextaddons";
version = "1.5.3";
version = "1.5.4";
src = fetchurl {
url = "mirror://kde/stable/ktextaddons/ktextaddons-${version}.tar.xz";
hash = "sha256-ilLbir+oqdaNLSkfsPi+IGWf14mZh7Tcr98kaNsJF9w=";
hash = "sha256-ZLgGAuhLJekWRiCvP2NB+oZbhegmq49eAgYa4koneyA=";
};
extraBuildInputs = [qtspeech qttools kxmlgui];