summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office/calligra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/calligra/default.nix')
-rw-r--r--pkgs/applications/office/calligra/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix
index 8449cdf05def..01014e6687cb 100644
--- a/pkgs/applications/office/calligra/default.nix
+++ b/pkgs/applications/office/calligra/default.nix
@@ -15,24 +15,16 @@
mkDerivation rec {
pname = "calligra";
- version = "3.0.1";
+ version = "3.1.0";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/${name}.tar.xz";
- sha256 = "1cjdd7sx1zhas6lhw0dzhrnki790jkf93f88wn6z9yrww32dsas5";
+ sha256 = "0w782k0hprpb6viixnqz34sp0z5csv3prdby46z22qqkcipcs638";
};
enableParallelBuilding = true;
- patches = [
- (fetchpatch {
- name = "calligra-build-with-newer-kcalcore.patch";
- url = "https://github.com/KDE/calligra/commit/9a02a545e8606aa91aff2038da137226a9432e1a.diff";
- sha256 = "08xays41v6rfnc31vixf4vbz8zmi2x5lfnk7f82bm4sgmpgfxwa0";
- })
- ];
-
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
buildInputs = [