Unverified Commit f799a009 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

softmaker-{office,nx}: 1228 -> 1230 (#478451)

parents 3146e3a3 99e1a160
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
  # overridable. This is useful when the upstream archive was replaced
  # and nixpkgs is not in sync yet.
  officeVersion ? {
    version = "1228";
    version = "1230";
    edition = "";
    hash = "sha256-Va0QkLQtsPbDAo3ygfp6UKr0OkLLBS0yAup+xLoLD0s=";
    hash = "sha256-/4qKFnLoou1ZuGkRt+2Yf/FPGOnYhx7fnE+8D3gutaY=";
  },

  ...
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@
  # Softmaker Office or when the upstream archive was replaced and
  # nixpkgs is not in sync yet.
  officeVersion ? {
    version = "1228";
    version = "1230";
    edition = "2024";
    hash = "sha256-3/pdn3LLYy5U6GZp5jABH2oMpP/kDU9oAO9KvMwo9V8=";
    hash = "sha256-xaXS22feHbRVPWP43vGbfptoT2S6jLUrGVFQ3xY7SJY=";
  },

  ...