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: e3ac67d42ebc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad9c8e6f048f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2020

  1. tailscale: Include version in build flags

    This commit adds the user-facing version to the tailscale version
    output.
    
    Prior to this change, it used a hardcoded fallback that is fairly
    infrequently updated (https://github.com/tailscale/tailscale/commits/main/version/version.go).
    
    After this change, we print the user-friendlier tag version, which is
    helpful when wanting to e.g check to see if you have a version that is
    compatible with a feature like [magic dns][magic-dns].
    
    E.g:
    
    ```
    [nixpkgs(dani/tailscale-version)] $ ./result/bin/tailscale version
    1.0.5
    ```
    
    [magic-dns]: https://tailscale.com/kb/1081/magic-dns
    endocrimes committed Oct 22, 2020
    Copy the full SHA
    7526ae5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge pull request #101416 from endocrimes/dani/tailscale-version

    tailscale: Include version in build flags
    grahamc committed Oct 23, 2020
    Copy the full SHA
    ad9c8e6 View commit details
    Browse the repository at this point in the history