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: d098f1311e0c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 20ab640aa221
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 2, 2019

  1. common-updater-scripts: Add file and system flags

    You can now optionally invoke update-source-versions with:
    
    * --system flag changing the host platform, to be passed dirrectly to Nix commands.
      This is useful for binary packages which have different sources for each platform.
    * --file flag allowing to change the file to be modified. This is useful for packages
      that offer multiple variants, listed in a different file than the derivation itself;
      e.g. packages.nix of Sublime Text 3.
    * --version-key, which is now a keyword flag instead of a positional argument.
    jtojnar committed Mar 2, 2019
    Copy the full SHA
    0105058 View commit details
    Browse the repository at this point in the history
  2. sublime3: Add updateScript

    jtojnar committed Mar 2, 2019
    Copy the full SHA
    a5cdac3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Merge pull request #56730 from jtojnar/sublime3-updatescript

    sublime3: add updateScript
    jtojnar committed Mar 5, 2019
    Copy the full SHA
    20ab640 View commit details
    Browse the repository at this point in the history