softmaker-{office,nx}: 1224 -> 1228

This commit is contained in:
liberodark
2025-09-19 13:40:43 +02:00
parent 242de16867
commit cf597cc2a8
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 # overridable. This is useful when the upstream archive was replaced
# and nixpkgs is not in sync yet. # and nixpkgs is not in sync yet.
officeVersion ? { officeVersion ? {
version = "1224"; version = "1228";
edition = ""; edition = "";
hash = "sha256-Y6x5E8WeI7Pf/wczWNKnHsCbXWW4Jdzo4ToBdzgmOF8="; hash = "sha256-Va0QkLQtsPbDAo3ygfp6UKr0OkLLBS0yAup+xLoLD0s=";
}, },
... ...

View File

@@ -7,9 +7,9 @@
# Softmaker Office or when the upstream archive was replaced and # Softmaker Office or when the upstream archive was replaced and
# nixpkgs is not in sync yet. # nixpkgs is not in sync yet.
officeVersion ? { officeVersion ? {
version = "1224"; version = "1228";
edition = "2024"; edition = "2024";
hash = "sha256-ix9R9Xlugvu5qmKAqC2DsZFhyJ+VVsD7MSpBv+4lmTY="; hash = "sha256-3/pdn3LLYy5U6GZp5jABH2oMpP/kDU9oAO9KvMwo9V8=";
}, },
... ...