Skip to content

Commit 10d15eb

Browse files
committed
temporal: 1.27.2 -> 1.28.0
1 parent c0874d9 commit 10d15eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/temporal/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "temporal";
11-
version = "1.27.2";
11+
version = "1.28.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "temporalio";
1515
repo = "temporal";
1616
rev = "v${version}";
17-
hash = "sha256-3x94Cccy5CHAKb2eHdMThAC+ONQjuYZ4UyQ8YwrWvgU=";
17+
hash = "sha256-LH6utz2SCupF0juXVL+NFO/DQ+inQbOYSyoyTMl5a+w=";
1818
};
1919

20-
vendorHash = "sha256-g3XASZFZPS2Zs7gvGQpy9GO5kpA9gSL4Ur3LQhKIL6Y=";
20+
vendorHash = "sha256-ycS7uXXNQ6NHuiL796Chc4G2TVNgovn2sXn3k1Ls87Y=";
2121

2222
excludedPackages = [ "./build" ];
2323

0 commit comments

Comments
 (0)