Skip to content

Commit

Permalink
Merge pull request #327736 from NixOS/backport-326429-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] wpsoffice: 11.1.0.11719 -> 11.1.0.11720
  • Loading branch information
wineee authored Jul 17, 2024
2 parents 265595f + 1870ccd commit 50a5bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/wpsoffice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
, useChineseVersion ? false
}:
let
pkgVersion = "11.1.0.11719";
pkgVersion = "11.1.0.11720";
url =
if useChineseVersion then
"https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/${lib.last (lib.splitVersion pkgVersion)}/wps-office_${pkgVersion}_amd64.deb"
else
"https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${lib.last (lib.splitVersion pkgVersion)}/wps-office_${pkgVersion}.XA_amd64.deb";
hash =
if useChineseVersion then
"sha256-LgE5du2ZnMsAqgoQkY63HWyWYA5TLS5I8ArRYrpxffs="
"sha256-wf0zgFrhqHXV68Qsa20X8FbMA83XeYr/dSCBg1IjVlg="
else
"sha256-6fXzHSMzZDGuBubOXsHA0YEUGKcy5QIPg3noyxUbdjA=";
"sha256-MvJ5XQx9fmNIFKvzSEbu1BAdxiASJ6HR+qsDFLm53dU=";
uri = builtins.replaceStrings [ "https://wps-linux-personal.wpscdn.cn" ] [ "" ] url;
securityKey = "7f8faaaa468174dc1c9cd62e5f218a5b";
in
Expand Down

0 comments on commit 50a5bef

Please sign in to comment.