Skip to content

Commit

Permalink
[grpc-health-probe] Update to 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Jun 5, 2024
1 parent 1c19524 commit 796e2ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/grpc-health-probe.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{ buildGo119Module
{ buildGo122Module
, fetchFromGitHub
, lib
}:
let
grpc-health-probe = buildGo119Module rec {
grpc-health-probe = buildGo122Module rec {
pname = "grpc-health-probe";
version = "0.4.25";
version = "0.4.26";

src = fetchFromGitHub {
owner = "grpc-ecosystem";
repo = "grpc-health-probe";
rev = "v${version}";
sha256 = "sha256-KEhaBykgsVt40glEBvAftRon6mWNOZj2CcTJnVB764Y=";
sha256 = "sha256-4/Yauqc0ZUhIVoLkDcEhvjX/5ZQxqmfQJTMdLqx48nc=";
};

vendorHash = "sha256-9cQMRdaUDJrKSN/6lRADmrAYOC70n24xRt78nnGVvi4=";
vendorHash = "sha256-Pb1IxZMK0R1IdZouw4XI79gL+ABs/VBejXcRlMa6FC8=";

meta = with lib; {
description = "A command-line tool to perform health-checks for gRPC applications in Kubernetes etc.";
Expand Down

0 comments on commit 796e2ed

Please sign in to comment.