Skip to content

Commit 776bb8c

Browse files
authored
linode-cli: 5.50.0 -> 5.54.0 (NixOS#351343)
2 parents 1391620 + c8fa99e commit 776bb8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/virtualization/linode-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}:
1717

1818
let
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=";
@@ -29,13 +29,13 @@ in
2929

3030
buildPythonApplication 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 ];

0 commit comments

Comments
 (0)