summary refs log tree commit diff
path: root/pkgs/applications/office/softmaker
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2019-09-06 16:33:02 +0200
committerDaniël de Kok <me@danieldk.eu>2019-09-06 16:33:02 +0200
commitaccc62a98c8b1728af748057c8ac97b02edef8b9 (patch)
treecb62ace46c580ab5f3f27b136fbe9e44593a0db2 /pkgs/applications/office/softmaker
parent11184dee46a4dfe99aeff8015f24b1ba571bd471 (diff)
downloadnixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar.gz
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar.bz2
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar.lz
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar.xz
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.tar.zst
nixpkgs-accc62a98c8b1728af748057c8ac97b02edef8b9.zip
freeoffice: 966 -> 970
Changes:

- Adds support for saving documents to the DOC, XLS, and PPT formats.
- TextMaker adds support for saving to the OpenDocument format.
- Adds a dark mode.
Diffstat (limited to 'pkgs/applications/office/softmaker')
-rw-r--r--pkgs/applications/office/softmaker/freeoffice.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/softmaker/freeoffice.nix b/pkgs/applications/office/softmaker/freeoffice.nix
index d0e6c73e353..f3e37943bb6 100644
--- a/pkgs/applications/office/softmaker/freeoffice.nix
+++ b/pkgs/applications/office/softmaker/freeoffice.nix
@@ -2,13 +2,13 @@
 
 callPackage ./generic.nix (args // rec {
   pname = "freeoffice";
-  version = "966";
+  version = "970";
   edition = "2018";
   suiteName = "FreeOffice";
 
   src = fetchurl {
     url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
-    sha256 = "18s92d2pmhmd56sb9c1zirwxzfgpqd8wh11bl0zi6g6skn68zhx4";
+    sha256 = "1maibr4x8mksb32ixvyy2rjn4x9f51191p5fcdj5qwz32pf8h2dr";
   };
 
   archive = "freeoffice${edition}.tar.lzma";