softmaker-office: 972 -> 976

This is a bugfix release:

https://www.softmaker.com/en/servicepacks-office-changelog
(cherry picked from commit cb5580e4c0)
This commit is contained in:
Daniël de Kok
2020-04-03 09:15:58 +02:00
parent 365ca11121
commit 128ee4fc4a

View File

@@ -2,13 +2,13 @@
callPackage ./generic.nix (args // rec {
pname = "softmaker-office";
version = "972";
version = "976";
edition = "2018";
suiteName = "SoftMaker Office";
src = fetchurl {
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
sha256 = "06kgkmqg5269a4vm14i89mw8m1x9yy9ajw0dhfcvjizadyzmlqn1";
sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
};
archive = "office${edition}.tar.lzma";