chore(ops/yandex-cloud-rs): bump API specs to 2023-05-23

Change-Id: Ibc98d3878690099d6d95dfe1a2741d551ed7a72a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8608
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-05-23 12:38:11 +03:00 committed by tazjin
parent b8cbf3456b
commit 6d9ebd7b7c
4 changed files with 15 additions and 17 deletions

View file

@ -4,8 +4,8 @@ let
protoSrc = pkgs.fetchFromGitHub {
owner = "yandex-cloud";
repo = "cloudapi";
rev = "ca3d23bc2e9e56042a23a6cf0bade98b21aa0f31";
sha256 = "1qsmycd0nkbskb9dj36l45914b0hpr6vpymn47vwa6qsfqraxj1m";
rev = "d45e30883ea8a2186ed3375305eddc9c9c504c13";
sha256 = "01jcs3si4sllq685si8aby3g1lxjj46r1b7abmhak0m7xmgj0fb1";
};
in
pkgs.rustPlatform.buildRustPackage rec {