We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e016450 commit 93f4025Copy full SHA for 93f4025
pkgs/kde/misc/ktextaddons/default.nix
@@ -8,11 +8,11 @@
8
}:
9
mkKdeDerivation rec {
10
pname = "ktextaddons";
11
- version = "1.9.1";
+ version = "2.0.0";
12
13
src = fetchurl {
14
url = "mirror://kde/stable/ktextaddons/ktextaddons-${version}.tar.xz";
15
- hash = "sha256-Nm1alMdAVILDptJhNHwbmV3nOghwWZlrEX1hK/wSkcI=";
+ hash = "sha256-AQHazKYL75LSsEU0LIgOFBnz3WsemKH4UKFPR7P53nk=";
16
};
17
18
extraBuildInputs = [
0 commit comments