Commit 42597db9 authored by R. RyanTM's avatar R. RyanTM
Browse files

linode-cli: 5.17.1 -> 5.17.2

parent 267148d1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@
let
  sha256 = "1f0nrdg8hf650qxz79i3a1d2zyf24niyrcnbnhc9i7hzbnqbp5qg";
  # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
  specVersion = "4.115.0";
  specSha256 = "1s9pis1jl6d8znkb8hwsv89wzf38bhjing4x4q9ggy038y7xkkwg";
  specVersion = "4.118.3";
  specSha256 = "0jf4fnadcdfm4ja0d0m5rxcpg48cqsi9plaqz6kwyx3mp2snx9yc";
  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.17.1";
  version = "5.17.2";

  src = fetchFromGitHub {
    owner = "linode";