[Backport release-26.05] freeoffice: 2024.1220 -> 2024.1234 (#538100)

This commit is contained in:
Gaétan Lepage
2026-07-03 13:17:51 +00:00
committed by GitHub

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=";
},
...