temporal: 1.22.3 -> 1.22.4

This commit is contained in:
R. Ryantm 2024-01-19 20:31:38 +00:00
parent 4e8cc56b97
commit 8fa9aa650e

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