File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/tools/virtualization/linode-cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616} :
1717
1818let
19- hash = "sha256-IXltDBgabTBDw0y7IXgRGpAWVUyqeJI8EfxkZ5YuQrU =" ;
19+ hash = "sha256-ITsZUjk0O7SvXOsj/sUD99pJPOZvOcLV1I6avV6Jeds =" ;
2020 # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
2121 specVersion = "4.176.0" ;
2222 specHash = "sha256-P1E8Ga5ckrsw/CX0kxFef5fe8/p/pDCLuleX9wR5l48=" ;
2929
3030buildPythonApplication rec {
3131 pname = "linode-cli" ;
32- version = "5.50 .0" ;
32+ version = "5.54 .0" ;
3333 pyproject = true ;
3434
3535 src = fetchPypi {
3636 pname = "linode_cli" ;
3737 inherit version ;
38- hash = "sha256-OCnO7Bf2tDnC4g7kYS0WFlV9plAS25GbzRO6mpDYYxk=" ;
38+ hash = hash ;
3939 } ;
4040
4141 patches = [ ./remove-update-check.patch ] ;
You can’t perform that action at this time.
0 commit comments