chore(corp/ops): yc-cli: 0.104 -> 0.106

Change-Id: If783a7a4315ecab70f20347a66fb72f682dbd97c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8609
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-05-23 12:42:14 +03:00 committed by tazjin
parent 6d9ebd7b7c
commit e779b866cc

View file

@ -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" ];