about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-17 10:51:35 +0300
committerGitHub <noreply@github.com>2023-05-17 10:51:35 +0300
commit8407f9e99d341cfa0e9d15884b9104f3af7cd822 (patch)
treec67d57401f28e9a895cf63cdaad0f436df59e3bd /pkgs/applications/networking
parentdbc23fdeea4dfd0f4ef7e6b4013c82206fa4b25a (diff)
parent8823553e51ff57c6260f53c37a0cdae0833fd63d (diff)
Merge pull request #232321 from r-ryantm/auto-update/temporal
temporal: 1.20.2 -> 1.20.3
Diffstat (limited to 'pkgs/applications/networking')
-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 10cfbbe99deff..b09e9d0c4e95e 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.20.2";
+  version = "1.20.3";
 
   src = fetchFromGitHub {
     owner = "temporalio";
     repo = "temporal";
     rev = "v${version}";
-    hash = "sha256-2xer6W8pSZttjn5m5GgTOpHyXx2rE4qRZsBZzxwWh4o=";
+    hash = "sha256-ej6k9zQNpQ4x1LxZCI5vst9P1bSLEtbVkz1HUIX46cA=";
   };
 
   vendorHash = "sha256-Fo/xePou96KdFlUNIqhDZX4TJoYXqlMyuLDvmR/XreY=";