Skip to content

Commit

Permalink
temporal: 1.25.1 → 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed Nov 25, 2024
1 parent 54a0f23 commit 7eef936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/temporal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "temporal";
version = "1.25.1";
version = "1.25.2";

src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
hash = "sha256-/y03XyJM9OaG8Pceh6RuB5eIU0ue3O0cPnax4ASTt4k=";
hash = "sha256-+h/F2OjOD68WEblccl6SsfCkk4Ql53QvK9OIMfIS9Gg=";
};

vendorHash = "sha256-7t/hMTCraDLLYsyoGar8j7Q84temMGY+ZxVmJBGBw0c=";
vendorHash = "sha256-Xvh1dDUV8Eb/n8zugdkACGMsA+75wM8uQUwq4j1W1Zw=";

excludedPackages = [ "./build" ];

Expand Down

0 comments on commit 7eef936

Please sign in to comment.