temporal: 1.17.2 -> 1.17.4

This commit is contained in:
R. Ryantm 2022-08-17 22:30:24 +00:00
parent fa50d40a72
commit d2c47ea017

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "temporal";
version = "1.17.2";
version = "1.17.4";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
sha256 = "sha256-V80v8nRHAshPnyWdBb4ahCn5FfzT906oZlhalZ547Nk=";
sha256 = "sha256-FT1GOhB3PN5CBktMm5Z2xe6MF3U/BUQj7XViinTjWG4=";
};
vendorSha256 = "sha256-MT/BmGTdyEzmXjuwlA6WhLIWlrQz3Wc4Tl5dMI1587Q=";