mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
linode-cli: 5.54.0 -> 5.56.2 (#383443)
This commit is contained in:
commit
3408dfc3fb
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
hash = "sha256-ITsZUjk0O7SvXOsj/sUD99pJPOZvOcLV1I6avV6Jeds=";
|
||||
hash = "sha256-QQxadKVEIh1PvD8FdYgJ/U1iyWdy6FvO+LUELQ70KKw=";
|
||||
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
|
||||
specVersion = "4.176.0";
|
||||
specHash = "sha256-P1E8Ga5ckrsw/CX0kxFef5fe8/p/pDCLuleX9wR5l48=";
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "linode-cli";
|
||||
version = "5.54.0";
|
||||
version = "5.56.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue