Skip to content

Commit c99f6ed

Browse files
temporal: 1.25.2 -> 1.26.2 (#367819)
2 parents f6332c0 + 32855de commit c99f6ed

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
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "temporal";
5-
version = "1.25.2";
5+
version = "1.26.2";
66

77
src = fetchFromGitHub {
88
owner = "temporalio";
99
repo = "temporal";
1010
rev = "v${version}";
11-
hash = "sha256-+h/F2OjOD68WEblccl6SsfCkk4Ql53QvK9OIMfIS9Gg=";
11+
hash = "sha256-tyMR0LpZDa1QbSe/Ba8fBhtRc8ZI+gwayfi7ZKDa8gI=";
1212
};
1313

14-
vendorHash = "sha256-Xvh1dDUV8Eb/n8zugdkACGMsA+75wM8uQUwq4j1W1Zw=";
14+
vendorHash = "sha256-Ljx0LocoowYwqy7MIumGnOcUwxpy+EY5rdTEehIq8Yo=";
1515

1616
excludedPackages = [ "./build" ];
1717

0 commit comments

Comments
 (0)