Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 61eecf2a39f5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a440874c75a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 16, 2019

  1. freeoffice: 970 -> 971

    romildo committed Oct 16, 2019
    Copy the full SHA
    a81a6b3 View commit details
  2. Merge pull request #71225 from romildo/fix.freeoffice

    freeoffice: 970 -> 971
    romildo authored Oct 16, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3a44087 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/office/softmaker/freeoffice.nix
4 changes: 2 additions & 2 deletions pkgs/applications/office/softmaker/freeoffice.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

callPackage ./generic.nix (args // rec {
pname = "freeoffice";
version = "970";
version = "971";
edition = "2018";
suiteName = "FreeOffice";

src = fetchurl {
url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
sha256 = "1maibr4x8mksb32ixvyy2rjn4x9f51191p5fcdj5qwz32pf8h2dr";
sha256 = "1h36pjbpbiy4cw383cbrwh1jx2kp1ay29734zailmhifz53gj44f";
};

archive = "freeoffice${edition}.tar.lzma";