summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2020-02-16 13:43:06 +0100
committerGitHub <noreply@github.com>2020-02-16 13:43:06 +0100
commit8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d (patch)
treea7940044b32ef12be772a191666d36f7b8822711
parent5de3b201a0ace44f7ca44a91aa6b4a3737d38f3a (diff)
parentd4212f7036fa8016ba1451246e7a9c1b7ca4e453 (diff)
downloadnixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar.gz
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar.bz2
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar.lz
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar.xz
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.tar.zst
nixpkgs-8cfd3ea4c0f9e1f3f598e4d446f0cfe11ce0191d.zip
Merge pull request #80250 from danieldk/softmaker-office-974
softmaker-office: 972 -> 974
-rw-r--r--pkgs/applications/office/softmaker/softmaker_office.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/softmaker/softmaker_office.nix b/pkgs/applications/office/softmaker/softmaker_office.nix
index 73a7d9bd35b..ed4903d6474 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 = "972";
+  version = "974";
   edition = "2018";
   suiteName = "SoftMaker Office";
 
   src = fetchurl {
     url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
-    sha256 = "06kgkmqg5269a4vm14i89mw8m1x9yy9ajw0dhfcvjizadyzmlqn1";
+    sha256 = "0z1g76lhja92s25x6y0h55wmqza2d3pjbshn5b9rn2784gjgj7hn";
   };
 
   archive = "office${edition}.tar.lzma";