We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b80e1 + 10d15eb commit 499e024Copy full SHA for 499e024
pkgs/by-name/te/temporal/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "temporal";
11
- version = "1.27.2";
+ version = "1.28.0";
12
13
src = fetchFromGitHub {
14
owner = "temporalio";
15
repo = "temporal";
16
rev = "v${version}";
17
- hash = "sha256-3x94Cccy5CHAKb2eHdMThAC+ONQjuYZ4UyQ8YwrWvgU=";
+ hash = "sha256-LH6utz2SCupF0juXVL+NFO/DQ+inQbOYSyoyTMl5a+w=";
18
};
19
20
- vendorHash = "sha256-g3XASZFZPS2Zs7gvGQpy9GO5kpA9gSL4Ur3LQhKIL6Y=";
+ vendorHash = "sha256-ycS7uXXNQ6NHuiL796Chc4G2TVNgovn2sXn3k1Ls87Y=";
21
22
excludedPackages = [ "./build" ];
23
0 commit comments