summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-10-16 12:37:10 -0300
committerGitHub <noreply@github.com>2019-10-16 12:37:10 -0300
commit3a440874c75a667432e4cd0934db5e06297e3533 (patch)
treee284811ab3f83bda671d6d3581da3454c6ce3f2c
parent61eecf2a39f5b56a525ad4b355f1853684aab530 (diff)
parenta81a6b3d729ac57399b816e7e7868d60c58d86ac (diff)
downloadnixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar.gz
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar.bz2
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar.lz
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar.xz
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.tar.zst
nixpkgs-3a440874c75a667432e4cd0934db5e06297e3533.zip
Merge pull request #71225 from romildo/fix.freeoffice
freeoffice: 970 -> 971
-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 f3e37943bb6..8c862cb6ea4 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";