summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-08-24 08:22:33 +0200
committerDaniël de Kok <me@danieldk.eu>2020-08-24 08:22:33 +0200
commite097fbbe1179a837bec318df4ae8011e94727ef5 (patch)
tree0e4d54cb80c5d6b264df65d6019ea387c2f8076e /pkgs/applications/office
parent6792240ac4d15543524387afed1ebdea01d5d1ea (diff)
softmaker-office: 1016 -> 1018
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/softmaker/softmaker_office.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/softmaker/softmaker_office.nix b/pkgs/applications/office/softmaker/softmaker_office.nix
index 39a6c9288b43..e41e9fc8b29e 100644
--- a/pkgs/applications/office/softmaker/softmaker_office.nix
+++ b/pkgs/applications/office/softmaker/softmaker_office.nix
@@ -2,13 +2,13 @@
callPackage ./generic.nix (args // rec {
pname = "softmaker-office";
- version = "1016";
+ version = "1018";
edition = "2021";
suiteName = "SoftMaker Office";
src = fetchurl {
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
- sha256 = "0s8kzpc6w2cjkfqmhb2p1pkmkiq9vk9gnc7z2992kijaf9bwk3qz";
+ sha256 = "1g9mcn0z7s3xw7d5bcjxbnamh6knzndcysahydskfcds6czdxg0c";
};
archive = "office${edition}.tar.lzma";