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

temporal: 1.17.2 -> 1.17.4
This commit is contained in:
Jonas Heinrich 2022-08-19 10:02:32 +02:00 committed by GitHub
commit 744964126f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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