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

linode-cli: 5.21.0 -> 5.22.0
This commit is contained in:
Ryan Mulligan 2022-08-01 16:07:17 -07:00 committed by GitHub
commit 06db1de3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
}:
let
sha256 = "1yglnmwspdncqmy5x0zc0g43bfm4597zfmwfvs7qkalv1pprf0s3";
sha256 = "1fv53wikx745kci86xrsq9kfsgv0a65srhywdw32cab1wywwpn2z";
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
specVersion = "4.132.0";
specSha256 = "0r0l23bvaj406xam7hglfx637cxja3g2vqdqx3x0ag7jfhg0s3k5";
@ -24,7 +24,7 @@ in
buildPythonApplication rec {
pname = "linode-cli";
version = "5.21.0";
version = "5.22.0";
src = fetchFromGitHub {
owner = "linode";