Skip to content

Commit

Permalink
softmaker-office: 976 -> 1014
Browse files Browse the repository at this point in the history
The edition also changed from 2018 to 2021, since this is a major new
release. Changes:

https://www.softmaker.com/en/softmaker-office-whatsnew
  • Loading branch information
danieldk committed Jun 3, 2020
1 parent bfcead1 commit 87e8f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/softmaker/softmaker_office.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

callPackage ./generic.nix (args // rec {
pname = "softmaker-office";
version = "976";
edition = "2018";
version = "1014";
edition = "2021";
suiteName = "SoftMaker Office";

src = fetchurl {
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
sha256 = "0wqaxng6s7lxwz6v2j6y1m5h4g4v63m0lscj7l2fpx5ksjlamp55";
};

archive = "office${edition}.tar.lzma";
Expand Down

0 comments on commit 87e8f73

Please sign in to comment.