about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-24 13:47:40 -0600
committerGitHub <noreply@github.com>2023-12-24 13:47:40 -0600
commit5c31bdf411156ef06cd876c86ce8126e499f69c0 (patch)
treea94c1e46554539120902552c64220b9d81e35c7a
parent5fe672ea7394c396e4f44aca38ba1adbe212d352 (diff)
parent0620a9bcc93ff787eee90a8288f949c4af83e4b2 (diff)
Merge pull request #276259 from aaronjheng/temporal-cli
temporal-cli: tctl-next: 0.10.6 -> 0.10.7
-rw-r--r--pkgs/applications/networking/cluster/temporal-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/temporal-cli/default.nix b/pkgs/applications/networking/cluster/temporal-cli/default.nix
index ea6166475065a..4ea119877941d 100644
--- a/pkgs/applications/networking/cluster/temporal-cli/default.nix
+++ b/pkgs/applications/networking/cluster/temporal-cli/default.nix
@@ -17,16 +17,16 @@ let
 
   tctl-next = buildGoModule rec {
     pname = "tctl-next";
-    version = "0.10.6";
+    version = "0.10.7";
 
     src = fetchFromGitHub {
       owner = "temporalio";
       repo = "cli";
       rev = "v${version}";
-      hash = "sha256-4kNuudnYBD6rgIkysP7dEjsRu/dFvTm3hkbBYZ6+Zh4=";
+      hash = "sha256-pFVCy6xB7Fhj4OatyNQdjkDpDGtod2nJsg2vdl5ED9s=";
     };
 
-    vendorHash = "sha256-ZECwF/avHKE4L9GHa2w5Lx71wD6UIAaPpRkUtpEVafI=";
+    vendorHash = "sha256-mauaavG3oeUzMrBEiK85Tws++6V1WViczRFhyovUpB4=";
 
     inherit overrideModAttrs;