temporal-cli: 1.0.0 → 1.1.1
This commit is contained in:
parent
00205055ce
commit
443726e33a
@ -17,16 +17,16 @@ let
|
|||||||
|
|
||||||
tctl-next = buildGoModule rec {
|
tctl-next = buildGoModule rec {
|
||||||
pname = "tctl-next";
|
pname = "tctl-next";
|
||||||
version = "1.0.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "temporalio";
|
owner = "temporalio";
|
||||||
repo = "cli";
|
repo = "cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-y0C2z2iMMQSG5+xGngZ98+ixIgbvaQxPdAWuPbEbBAY=";
|
hash = "sha256-KDJtCqx9Yp/zhutSElFveWYAKwJCckiM9k3FOtYTlLo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-zhGqDHdVGg7eGnw5L3eSyXKBTjp85ir5zrtf7HbXmC0=";
|
vendorHash = "sha256-Vur3e6olkC0Ewz/RDZe2AIpcIs5GqeVgJa+KO9g8X7o=";
|
||||||
|
|
||||||
inherit overrideModAttrs;
|
inherit overrideModAttrs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user