Merge pull request #157942 from r-ryantm/auto-update/linode-cli

linode-cli: 5.15.0 -> 5.16.0

authored by Ryan Mulligan and committed by GitHub 9f697d60 357a1cf5

+3 -3
+3 -3
pkgs/tools/virtualization/linode-cli/default.nix
··· 13 13 let 14 14 sha256 = "0vyvmfrq3jnwqqjf2rsd5qnnwvvq71165ws7smnxk5jn8lqkq6z1"; 15 15 # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`. 16 - specVersion = "4.113.0"; 17 - specSha256 = "0r02h6a75ad2yahff62ilmlcnp3w4j4djkx187zyh9kdvf1lzqb9"; 16 + specVersion = "4.114.0"; 17 + specSha256 = "1q0w2d3wb41f36rc04cdipfld9h3llcy1fndqmpymc1c55fc949r"; 18 18 spec = fetchurl { 19 19 url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml"; 20 20 sha256 = specSha256; ··· 24 24 25 25 buildPythonApplication rec { 26 26 pname = "linode-cli"; 27 - version = "5.15.0"; 27 + version = "5.16.0"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "linode";