Merge pull request #133859 from superherointj/package-linode-cli-5.6.0

linode-cli: 5.5.2 -> 5.6.0

authored by

Ryan Mulligan and committed by
GitHub
a55646b8 82934b3a

+3 -3
+3 -3
pkgs/tools/virtualization/linode-cli/default.nix
··· 12 12 13 13 let 14 14 # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`. 15 - specVersion = "4.99.0"; 15 + specVersion = "4.101.0"; 16 16 spec = fetchurl { 17 17 url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml"; 18 - sha256 = "10z63a2clbiskdnmnyf4m8v2hgc4bdm703y7s2dpw0q09msx9aca"; 18 + sha256 = "1l4xi82b2pvkj7p1bq26ax2ava5vnv324j5sw3hvkkqqf1fmpdl5"; 19 19 }; 20 20 21 21 in 22 22 23 23 buildPythonApplication rec { 24 24 pname = "linode-cli"; 25 - version = "5.5.2"; 25 + version = "5.6.0"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "linode";