Merge pull request #163649 from r-ryantm/auto-update/linode-cli
linode-cli: 5.17.1 -> 5.17.2
This commit is contained in:
commit
0931341e55
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
||||||
let
|
let
|
||||||
sha256 = "1f0nrdg8hf650qxz79i3a1d2zyf24niyrcnbnhc9i7hzbnqbp5qg";
|
sha256 = "1f0nrdg8hf650qxz79i3a1d2zyf24niyrcnbnhc9i7hzbnqbp5qg";
|
||||||
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
|
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
|
||||||
specVersion = "4.115.0";
|
specVersion = "4.118.3";
|
||||||
specSha256 = "1s9pis1jl6d8znkb8hwsv89wzf38bhjing4x4q9ggy038y7xkkwg";
|
specSha256 = "0jf4fnadcdfm4ja0d0m5rxcpg48cqsi9plaqz6kwyx3mp2snx9yc";
|
||||||
spec = fetchurl {
|
spec = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml";
|
url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml";
|
||||||
sha256 = specSha256;
|
sha256 = specSha256;
|
||||||
|
@ -24,7 +24,7 @@ in
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "linode-cli";
|
pname = "linode-cli";
|
||||||
version = "5.17.1";
|
version = "5.17.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linode";
|
owner = "linode";
|
||||||
|
|
Loading…
Reference in a new issue