lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

linode-cli: 5.25.0 -> 5.26.1

authored by

Weijia Wang and committed by
GitHub
7ed179a6 542fd72d

+4 -4
+4 -4
pkgs/tools/virtualization/linode-cli/default.nix
··· 11 11 }: 12 12 13 13 let 14 - sha256 = "0lngwmb9j3nzwhkhq4r9sy82gwjry14lvjjgm8vfivbbakjdl7xp"; 14 + sha256 = "0r5by5d6wr5zbsaj211s99qg28nr7wm8iri6jxnksx5b375dah6g"; 15 15 # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`. 16 - specVersion = "4.139.0"; 17 - specSha256 = "1z050vm049gb8vynp34iz9jpxwbpmbf5vbs1jsirwqbfhr1skslz"; 16 + specVersion = "4.140.0"; 17 + specSha256 = "0ay54m4aa8bmmpjc7s66rfzqzk4w25h48b9a665y29g67ybb432g"; 18 18 spec = fetchurl { 19 19 url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml"; 20 20 sha256 = specSha256; ··· 24 24 25 25 buildPythonApplication rec { 26 26 pname = "linode-cli"; 27 - version = "5.25.0"; 27 + version = "5.26.1"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "linode";