softmaker-{office,nx}: 1230 -> 1234

(cherry picked from commit 8e3d372a8c)
This commit is contained in:
liberodark
2026-07-03 08:00:30 +02:00
committed by github-actions[bot]
parent b121b09d92
commit 2b9d0a1ec6
2 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@
# overridable. This is useful when the upstream archive was replaced
# and nixpkgs is not in sync yet.
officeVersion ? {
version = "1230";
version = "1234";
edition = "";
hash = "sha256-/4qKFnLoou1ZuGkRt+2Yf/FPGOnYhx7fnE+8D3gutaY=";
hash = "sha256-00bscKt+4aE94x6wKGqXh6tE2GiDll6F4gWZZBEl2JE=";
},
...

View File

@@ -7,9 +7,9 @@
# Softmaker Office or when the upstream archive was replaced and
# nixpkgs is not in sync yet.
officeVersion ? {
version = "1230";
version = "1234";
edition = "2024";
hash = "sha256-xaXS22feHbRVPWP43vGbfptoT2S6jLUrGVFQ3xY7SJY=";
hash = "sha256-oIO/p52ASIU0qjQqxp/l9GVrUK+LQNQxX1wKheKHT3w=";
},
...