Skip to content

Commit

Permalink
Merge pull request #157942 from r-ryantm/auto-update/linode-cli
Browse files Browse the repository at this point in the history
linode-cli: 5.15.0 -> 5.16.0
  • Loading branch information
ryantm authored Feb 5, 2022
2 parents 357a1cf + 01ed75f commit 9f697d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/virtualization/linode-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -24,7 +24,7 @@ in

buildPythonApplication rec {
pname = "linode-cli";
version = "5.15.0";
version = "5.16.0";

src = fetchFromGitHub {
owner = "linode";
Expand Down

0 comments on commit 9f697d6

Please sign in to comment.