Skip to content

Commit 93f4025

Browse files
committed
kdePackages.ktextaddons: 1.9.1 -> 2.0.0
1 parent e016450 commit 93f4025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/kde/misc/ktextaddons/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
mkKdeDerivation rec {
1010
pname = "ktextaddons";
11-
version = "1.9.1";
11+
version = "2.0.0";
1212

1313
src = fetchurl {
1414
url = "mirror://kde/stable/ktextaddons/ktextaddons-${version}.tar.xz";
15-
hash = "sha256-Nm1alMdAVILDptJhNHwbmV3nOghwWZlrEX1hK/wSkcI=";
15+
hash = "sha256-AQHazKYL75LSsEU0LIgOFBnz3WsemKH4UKFPR7P53nk=";
1616
};
1717

1818
extraBuildInputs = [

0 commit comments

Comments
 (0)