summary refs log tree commit diff
path: root/pkgs/applications/office/softmaker/softmaker_office.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2020-07-06 15:01:05 -0500
committerDaniƫl de Kok <me@danieldk.eu>2020-07-08 09:15:26 +0200
commit536eb48ca9fec77c66bf73ba32970340a4147764 (patch)
tree4599b8bbaf6c491d384293ff802c0da41a5d8c42 /pkgs/applications/office/softmaker/softmaker_office.nix
parentad3140e898e804c794087de464aea2a8120082ba (diff)
downloadnixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar.gz
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar.bz2
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar.lz
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar.xz
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.tar.zst
nixpkgs-536eb48ca9fec77c66bf73ba32970340a4147764.zip
softmaker-office: 1014 -> 1016
Diffstat (limited to 'pkgs/applications/office/softmaker/softmaker_office.nix')
-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 b04ef89769c..39a6c9288b4 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 = "1014";
+  version = "1016";
   edition = "2021";
   suiteName = "SoftMaker Office";
 
   src = fetchurl {
     url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
-    sha256 = "0wqaxng6s7lxwz6v2j6y1m5h4g4v63m0lscj7l2fpx5ksjlamp55";
+    sha256 = "0s8kzpc6w2cjkfqmhb2p1pkmkiq9vk9gnc7z2992kijaf9bwk3qz";
   };
 
   archive = "office${edition}.tar.lzma";