Skip to content

Commit

Permalink
temporal: 1.17.4 -> 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 1e0e95e commit fe9ea55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/temporal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "temporal";
version = "1.17.4";
version = "1.17.5";

src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
sha256 = "sha256-FT1GOhB3PN5CBktMm5Z2xe6MF3U/BUQj7XViinTjWG4=";
sha256 = "sha256-u8GyaXpiVZdPDoPAqIa+TY+JQFZeSGOLrUy+e3E4kig=";
};

vendorSha256 = "sha256-MT/BmGTdyEzmXjuwlA6WhLIWlrQz3Wc4Tl5dMI1587Q=";
Expand Down

0 comments on commit fe9ea55

Please sign in to comment.