temporal-cli: tctl-next: 0.9.0 -> 0.10.6
This commit is contained in:
parent
6998695f5d
commit
c281d52c7e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue