temporal: 1.27.2 -> 1.28.0 (#420676)

Co-authored-by: jpds <jpds@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-28 03:56:54 +00:00 committed by GitHub
commit 499e024bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "temporal";
version = "1.27.2";
version = "1.28.0";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
hash = "sha256-3x94Cccy5CHAKb2eHdMThAC+ONQjuYZ4UyQ8YwrWvgU=";
hash = "sha256-LH6utz2SCupF0juXVL+NFO/DQ+inQbOYSyoyTMl5a+w=";
};
vendorHash = "sha256-g3XASZFZPS2Zs7gvGQpy9GO5kpA9gSL4Ur3LQhKIL6Y=";
vendorHash = "sha256-ycS7uXXNQ6NHuiL796Chc4G2TVNgovn2sXn3k1Ls87Y=";
excludedPackages = [ "./build" ];