diff options
author | Vincent Ambo <mail@tazj.in> | 2023-05-23T09·42+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-05-23T10·17+0000 |
commit | e779b866ccb1d3bbe1a349d2dfa90855e9a436b2 (patch) | |
tree | bd2e26665a958be0f3903456acaf37bd763bae23 /corp | |
parent | 6d9ebd7b7c63ac949ef048b5328aa72ef39ef4d5 (diff) |
chore(corp/ops): yc-cli: 0.104 -> 0.106 r/6176
Change-Id: If783a7a4315ecab70f20347a66fb72f682dbd97c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8609 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp')
-rw-r--r-- | corp/ops/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/corp/ops/default.nix b/corp/ops/default.nix index dfa62c80bafc..59d63bd5101b 100644 --- a/corp/ops/default.nix +++ b/corp/ops/default.nix @@ -15,11 +15,11 @@ depot.nix.readTree.drvTargets rec { # Yandex Cloud CLI yc-cli = pkgs.stdenv.mkDerivation rec { pname = "yc-cli"; - version = "0.104.0"; + version = "0.106.0"; src = pkgs.fetchurl { url = "https://storage.yandexcloud.net/yandexcloud-yc/release/${version}/linux/amd64/yc"; - sha256 = "sha256:1k1dfqqmpy1kdzgg2d8byhsfpfh3fxrckpbvffwngb712isvqpdb"; + sha256 = "sha256:1f7fq9rlihz91ld1vdjj9vq9ssq1ls031jin4zisxv75rcdpslh3"; }; phases = [ "installPhase" ]; |