linode-cli: 5.15.0 -> 5.16.0

This commit is contained in:
R. Ryantm 2022-02-03 05:00:45 +00:00
parent 930984c1de
commit 01ed75f039

View File

@ -13,8 +13,8 @@
let
sha256 = "0vyvmfrq3jnwqqjf2rsd5qnnwvvq71165ws7smnxk5jn8lqkq6z1";
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
specVersion = "4.113.0";
specSha256 = "0r02h6a75ad2yahff62ilmlcnp3w4j4djkx187zyh9kdvf1lzqb9";
specVersion = "4.114.0";
specSha256 = "1q0w2d3wb41f36rc04cdipfld9h3llcy1fndqmpymc1c55fc949r";
spec = fetchurl {
url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml";
sha256 = specSha256;
@ -24,7 +24,7 @@ in
buildPythonApplication rec {
pname = "linode-cli";
version = "5.15.0";
version = "5.16.0";
src = fetchFromGitHub {
owner = "linode";