Merge pull request #86823 from tshaynik/fix/linode-cli-bad-hash

linode-cli: Fix sha256 hash for openapi spec
This commit is contained in:
Sarah Brofeldt 2020-05-04 22:16:32 +02:00 committed by GitHub
commit 2e3ae54117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
let
spec = fetchurl {
url = "https://developers.linode.com/api/docs/v4/openapi.yaml";
sha256 = "1l2fahdcmv7sp1qkwr5nv2vls8fypvlybwylqfzhyjmn7jqkw4hq";
url = "https://raw.githubusercontent.com/linode/linode-api-docs/v4.63.1/openapi.yaml";
sha256 = "03ngzbq24zazfqmfd7xjmxixkcb9vv1jgamplsj633j7sjj708s0";
};
in