freeoffice: 2024.1220 -> 2024.1234

(cherry picked from commit 7cb7e835aa)
This commit is contained in:
XlNTARO 2026-07-02 21:34:48 +03:00 committed by github-actions[bot]
commit b9e414106b

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 = "1220";
version = "1234";
edition = "2024";
hash = "sha256-F1Srm3/4UPifYls21MhjbpxSyLaT0gEVzEMQF0gIzi0=";
hash = "sha256-q5QUevkSxdh622ZMhwbO44HLJowpg0vwv9de7hdOUQQ=";
},
...