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

Commits on May 4, 2020

  1. linode-cli: pin linode openapi version

    Pull linode openapi spec from a fixed version in github, and so the
    sha256 hash will not break on each new release of the api spec.
    
    Replaced the hash for the openapi spec with a working hash.
    
    Attempting to install linode-cli was failing, with the following
    message:
    
    hash mismatch in fixed-output derivation '/nix/store/px3cdbcb84bvw6xslr1k6hszyxpdis6j-openapi.yaml':
      wanted: sha256:1l2fahdcmv7sp1qkwr5nv2vls8fypvlybwylqfzhyjmn7jqkw4hq
      got:    sha256:03ngzbq24zazfqmfd7xjmxixkcb9vv1jgamplsj633j7sjj708s0
    cannot build derivation '/nix/store/49xrq47id66kwszyaqg1qapknc3i8mmx-linode-cli-2.14.1.drv': 1 dependencies couldn't be built
    Daniel KT committed May 4, 2020
    Copy the full SHA
    362a0a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86823 from tshaynik/fix/linode-cli-bad-hash

    linode-cli: Fix sha256 hash for openapi spec
    srhb committed May 4, 2020
    Copy the full SHA
    2e3ae54 View commit details
    Browse the repository at this point in the history