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>2023-04-28 15:41:00 +0300
committerGitHub <noreply@github.com>2023-04-28 15:41:00 +0300
commit18c29b654f817c055a6009a70c4cf67237c5f8ae (patch)
tree260c97929d82d8dde3b411629f27fee6e7941d60 /pkgs/applications/networking/cluster
parent2d0e886fc36c2a506e6755755bfba800fbffebaf (diff)
parent97db4671b060f50e9ebc7bae3e93b9ab81eda828 (diff)
Merge pull request #228645 from r-ryantm/auto-update/temporal
temporal: 1.20.0 -> 1.20.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/temporal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/temporal/default.nix b/pkgs/applications/networking/cluster/temporal/default.nix
index f7b4a32a388a3..10cfbbe99deff 100644
--- a/pkgs/applications/networking/cluster/temporal/default.nix
+++ b/pkgs/applications/networking/cluster/temporal/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "temporal";
-  version = "1.20.0";
+  version = "1.20.2";
 
   src = fetchFromGitHub {
     owner = "temporalio";
     repo = "temporal";
     rev = "v${version}";
-    hash = "sha256-YZzGAOPCljTMmyt1t0gjbgn+IelntCo/275+SjOJiJE=";
+    hash = "sha256-2xer6W8pSZttjn5m5GgTOpHyXx2rE4qRZsBZzxwWh4o=";
   };
 
-  vendorHash = "sha256-UMqkgQsnOxFcXgbm+oi3JGjqmbwaKEh6s5bzivGVAM8=";
+  vendorHash = "sha256-Fo/xePou96KdFlUNIqhDZX4TJoYXqlMyuLDvmR/XreY=";
 
   excludedPackages = [ "./build" ];