about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 07:45:05 +0100
committerGitHub <noreply@github.com>2024-01-20 07:45:05 +0100
commit9de10fc57d3a4a67fabc5accbef31ad367708f4c (patch)
treec1b823a005a569ec8c3e6f300d4d7ff670adbaf1 /pkgs/applications/networking/cluster
parent6ef0331c79306107e3f0a6a5b5db52ee5ca52879 (diff)
parent8fa9aa650eea38c8defa35e9e8dabd095256cb7a (diff)
Merge pull request #282135 from r-ryantm/auto-update/temporal
temporal: 1.22.3 -> 1.22.4
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/temporal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/temporal/default.nix b/pkgs/applications/networking/cluster/temporal/default.nix
index 63b00032f7252..f28d0157c8303 100644
--- a/pkgs/applications/networking/cluster/temporal/default.nix
+++ b/pkgs/applications/networking/cluster/temporal/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "temporal";
-  version = "1.22.3";
+  version = "1.22.4";
 
   src = fetchFromGitHub {
     owner = "temporalio";
     repo = "temporal";
     rev = "v${version}";
-    hash = "sha256-iqJzvnueUnIyu3Z6a5Ht90arHaHgM4COCDdZo7Qvzuk=";
+    hash = "sha256-M/2Zm9B2VeA2BKcF7A7R1Y7T61VZiU2uKGwxGgdy4Sg=";
   };
 
   vendorHash = "sha256-Aum5OsdJ69MkP8tXXGWa6IdouX6F4xKjD/ndAqShMhw=";