temporal-cli: tctl-next: 0.9.0 -> 0.10.6

This commit is contained in:
Aaron Jheng 2023-10-13 01:27:15 +00:00
parent 6998695f5d
commit c281d52c7e
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -17,16 +17,16 @@ let
tctl-next = buildGoModule rec { tctl-next = buildGoModule rec {
pname = "tctl-next"; pname = "tctl-next";
version = "0.9.0"; version = "0.10.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "temporalio"; owner = "temporalio";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zgi1wNx7fWf/iFGKaVffcXnC90vUz+mBT6HhCGdXMa0="; hash = "sha256-4kNuudnYBD6rgIkysP7dEjsRu/dFvTm3hkbBYZ6+Zh4=";
}; };
vendorHash = "sha256-EX1T3AygarJn4Zae2I8CHQrZakmbNF1OwE4YZFF+nKc="; vendorHash = "sha256-ZECwF/avHKE4L9GHa2w5Lx71wD6UIAaPpRkUtpEVafI=";
inherit overrideModAttrs; inherit overrideModAttrs;