temporal: 1.22.0 -> 1.22.3

This commit is contained in:
R. Ryantm 2023-12-24 12:10:49 +00:00
parent 42e8265222
commit 2d3b6f4cce

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "temporal";
version = "1.22.0";
version = "1.22.3";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
hash = "sha256-7AdbGsgdDsSUtj8TkZl4CcvF2Xk1l9W9Vdos+fEsIVI=";
hash = "sha256-iqJzvnueUnIyu3Z6a5Ht90arHaHgM4COCDdZo7Qvzuk=";
};
vendorHash = "sha256-gDiVB34fICaS6IyQCAa4ePff/vsT7/7HnJM9ZjiOh4k=";
vendorHash = "sha256-Aum5OsdJ69MkP8tXXGWa6IdouX6F4xKjD/ndAqShMhw=";
excludedPackages = [ "./build" ];