Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 3be8b459e0be
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 64a3ccb852d4
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 18, 2020

  1. buildGoModule: disable consult the checksum database on build

    Since Go 1.13, `GOSUMDB` defaults to "sum.golang.org", to consult the
    checksum database of the main module's go.sum.
    
    We already use the default behavior when building `go-modules`, but Go
    tries to consult the checksum database again when building the module,
    and fails because since it requires `cacert` and `git` which are not
    propagated when building the package.
    
    (cherry picked from commit c5733e7)
    marsam authored and danderson committed Mar 18, 2020
    Copy the full SHA
    0e1cf19 View commit details
    Browse the repository at this point in the history
  2. tailscale: init at 0.96-33

    Signed-off-by: Martin Baillie <martin@baillie.email>
    (cherry picked from commit 6e055c9)
    Martin Baillie authored and danderson committed Mar 18, 2020
    Copy the full SHA
    dd9a493 View commit details
    Browse the repository at this point in the history
  3. tailscale: 0.96-33 -> 0.97-0.

    Fixes a severe bug with subnet routing.
    
    Signed-off-by: David Anderson <dave@natulte.net>
    (cherry picked from commit f61f686dfea53a0e5bb3faf0a5307dcc8f8d03aa)
    danderson committed Mar 18, 2020
    Copy the full SHA
    65ff637 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. tailscale: switch version and git ref to use a tag.

    The tag points to the same commit hash, so the binary
    is unchanged.
    
    Signed-off-by: David Anderson <dave@natulte.net>
    (cherry picked from commit 3fa813e)
    danderson committed Mar 23, 2020
    Copy the full SHA
    75569aa View commit details
    Browse the repository at this point in the history
  2. tailscale: build using Go 1.13 explicitly.

    Tailscale does not support Go 1.12.
    
    Signed-off-by: David Anderson <dave@natulte.net>
    danderson committed Mar 23, 2020
    Copy the full SHA
    609a3da View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. gitlab: 12.8.7 -> 12.8.8

    (cherry picked from commit 8ab04fd)
    flokli authored and globin committed Mar 27, 2020
    Copy the full SHA
    fbdb1ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82831 from danderson/tailscale-19.09

    tailscale: init at 0.97-0 [backport 19.09]
    grahamc committed Mar 27, 2020
    Copy the full SHA
    64a3ccb View commit details
    Browse the repository at this point in the history