Merge pull request #182156 from happyalu/grpc-gateway-2.11.0

grpc-gateway: 2.10.3 -> 2.11.0

authored by Mario Rodas and committed by GitHub 2e5b0b55 516a2c46

+3 -3
+3 -3
pkgs/development/tools/grpc-gateway/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "grpc-gateway"; 5 - version = "2.10.3"; 5 + version = "2.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "grpc-ecosystem"; 9 9 repo = "grpc-gateway"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-4/iE+sK+ZbG6194i8E1ZHla/7C9blKGRHwM7iX7nvXU="; 11 + sha256 = "sha256-Z3eZFd53c4cZG7CL3FrXQLi2n9A5TfUnZiB9KoA6sF4="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-FhiTU9VmDZNCPBWrmCqmQo/kPdDe8Da1T2E06CVN2kw="; 14 + vendorSha256 = "sha256-PKeqjr5MZWK6ILizwRJ7oy6eUj3cH9ju/55cbS5LT8M="; 15 15 16 16 meta = with lib; { 17 17 description =