summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-21 08:47:38 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-11-21 10:13:44 +0100
commitf5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156 (patch)
treef03818918311724f2a86336cf1cca07c826dc518 /pkgs/applications/office
parent7bea3c7976aa6cb4f9c3614bda2dbbe6dd18dc9b (diff)
downloadnixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar.gz
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar.bz2
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar.lz
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar.xz
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.tar.zst
nixpkgs-f5b1a0ae1a9833058ab9ff7afe2baf3e1d9ea156.zip
freeoffice: 978 -> 980
Diffstat (limited to 'pkgs/applications/office')
-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 2e12e6d3d43..bdd90fecb8e 100644
--- a/pkgs/applications/office/softmaker/freeoffice.nix
+++ b/pkgs/applications/office/softmaker/freeoffice.nix
@@ -5,9 +5,9 @@
   # overridable. This is useful when the upstream archive was replaced
   # and nixpkgs is not in sync yet.
 , officeVersion ? {
-  version = "978";
+  version = "980";
   edition = "2018";
-  sha256 = "1c5div1kbyyj48f89wkhc1i1759n70bsbp3w4a42cr0jmllyl60v";
+  sha256 = "19pgil86aagiz6z4kx22gd4cxbbmrx42ix42arkfb6p6hav1plby";
 }
 
 , ... } @ args: