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 f6332c0 + 32855de commit c99f6edCopy full SHA for c99f6ed
pkgs/by-name/te/temporal/package.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "temporal";
5
- version = "1.25.2";
+ version = "1.26.2";
6
7
src = fetchFromGitHub {
8
owner = "temporalio";
9
repo = "temporal";
10
rev = "v${version}";
11
- hash = "sha256-+h/F2OjOD68WEblccl6SsfCkk4Ql53QvK9OIMfIS9Gg=";
+ hash = "sha256-tyMR0LpZDa1QbSe/Ba8fBhtRc8ZI+gwayfi7ZKDa8gI=";
12
};
13
14
- vendorHash = "sha256-Xvh1dDUV8Eb/n8zugdkACGMsA+75wM8uQUwq4j1W1Zw=";
+ vendorHash = "sha256-Ljx0LocoowYwqy7MIumGnOcUwxpy+EY5rdTEehIq8Yo=";
15
16
excludedPackages = [ "./build" ];
17
0 commit comments