aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/softmaker
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-10-16 07:59:13 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-10-16 08:44:58 -0300
commita81a6b3d729ac57399b816e7e7868d60c58d86ac (patch)
tree7502960a08f5d5753ef2dc9beec254e0e383fc38 /pkgs/applications/office/softmaker
parentcc9505aab1dbc0cca1be1ce81af5842271306a92 (diff)
freeoffice: 970 -> 971
Diffstat (limited to 'pkgs/applications/office/softmaker')
-rw-r--r--pkgs/applications/office/softmaker/freeoffice.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/softmaker/freeoffice.nix b/pkgs/applications/office/softmaker/freeoffice.nix
index f3e37943bb66..8c862cb6ea4f 100644
--- a/pkgs/applications/office/softmaker/freeoffice.nix
+++ b/pkgs/applications/office/softmaker/freeoffice.nix
@@ -2,13 +2,13 @@
callPackage ./generic.nix (args // rec {
pname = "freeoffice";
- version = "970";
+ version = "971";
edition = "2018";
suiteName = "FreeOffice";
src = fetchurl {
url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
- sha256 = "1maibr4x8mksb32ixvyy2rjn4x9f51191p5fcdj5qwz32pf8h2dr";
+ sha256 = "1h36pjbpbiy4cw383cbrwh1jx2kp1ay29734zailmhifz53gj44f";
};
archive = "freeoffice${edition}.tar.lzma";