From 87e8f73633b9e44964985e29138142727649f3a9 Mon Sep 17 00:00:00 2001 From: Daniƫl de Kok Date: Wed, 3 Jun 2020 14:54:01 +0200 Subject: softmaker-office: 976 -> 1014 The edition also changed from 2018 to 2021, since this is a major new release. Changes: https://www.softmaker.com/en/softmaker-office-whatsnew --- pkgs/applications/office/softmaker/softmaker_office.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/office') diff --git a/pkgs/applications/office/softmaker/softmaker_office.nix b/pkgs/applications/office/softmaker/softmaker_office.nix index 77634efebe8..b04ef89769c 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 = "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"; -- cgit 1.4.1