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: c2f1e7b1b0c7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5851c31127de
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 1, 2020

  1. terraform-providers: handle go modules (#104667)

    * terraform-providers: handle go modules
    
    More and more terraform providers are switching from vendored
    dependencies to Go modules.
    
    Let's say that you update the "aws" provider and it fails. You can run
    it again with:
    
        ./update-provider aws --vendor
    
    Any package that has the "vendorSha256" key will be considered as a go
    module package.
    
    The script now also supports adding new providers by using the
    <owner>/<repo> format. Eg:
    
         ./update-provider hetznercloud/hcloud --vendor
    
    * address comment
    
    Fixes #104667 (comment)
    
    * support the null use-case
    
    * escape provider name as well
    
    * fix typo
    zimbatm committed Dec 1, 2020
    Copy the full SHA
    5851c31 View commit details
    Browse the repository at this point in the history