Unverified Commit 9bfb31e5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #235773 from r-ryantm/auto-update/grpc-gateway

grpc-gateway: 2.15.2 -> 2.16.0
parents a0f00b84 808a56e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "grpc-gateway";
  version = "2.15.2";
  version = "2.16.0";

  src = fetchFromGitHub {
    owner = "grpc-ecosystem";
    repo = "grpc-gateway";
    rev = "v${version}";
    sha256 = "sha256-0fpVSFo+o+M7vwwHIrYQZcAjdZjASdWz/cKXnPr6Je8=";
    sha256 = "sha256-yoy3wESegXxlyaelex2gqr3GdzwwjxK7YTAzDCILr/c=";
  };

  vendorHash = "sha256-WHwZ0EAJIz7mZr27x+Z7PKLLAiw1z2rQvvNynpMJQDw=";
  vendorHash = "sha256-dxzAiLEiZ+2+J9ZrkBemUt+slxz1zUa9Fx0VhUjFdN0=";

  meta = with lib; {
    description =