Merge pull request #282135 from r-ryantm/auto-update/temporal

temporal: 1.22.3 -> 1.22.4
This commit is contained in:
Weijia Wang 2024-01-20 07:45:05 +01:00 committed by GitHub
commit 9de10fc57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";