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
base: e167f59cf049
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 73c04875a627
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 24, 2020

  1. softmaker-office, freeoffice: make it easy to override versions

    Make the edition, version, and hash easier to override to support
    users who have a license for an older version of Softmaker Office.
    With this change one can e.g. use Softmaker Office 2018 with:
    
    softmaker-office.override {
      officeVersion = {
        edition = "2018";
        version = "976";
        sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
      };
    }
    
    This also helps people fix things when upstream has replaced the
    previous version's tarball and this hasn't been fixed in nixpkgs yet.
    danieldk committed Aug 24, 2020
    Copy the full SHA
    50438eb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Copy the full SHA
    73c0487 View commit details
    Browse the repository at this point in the history