grpc: 1.45.2 -> 1.46.1
https://github.com/grpc/grpc/releases/tag/v1.46.0 https://github.com/grpc/grpc/releases/tag/v1.46.1
This commit is contained in:
parent
267e232035
commit
194e05f8af
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "grpc";
|
||||
version = "1.45.2"; # N.B: if you change this, please update:
|
||||
version = "1.46.1"; # N.B: if you change this, please update:
|
||||
# pythonPackages.grpcio-tools
|
||||
# pythonPackages.grpcio-status
|
||||
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "grpc";
|
||||
repo = "grpc";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-l2r1NdbfwViXfLcwbfUgLueqfAVnLzI+gdEarlkIqkI=";
|
||||
sha256 = "sha256-jci45jCcm2EN+tw7KCU9tOVB0jIADitQWoUlvyutRqw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -17565,7 +17565,7 @@ with pkgs;
|
|||
|
||||
grpc = callPackage ../development/libraries/grpc {
|
||||
# grpc builds with c++14 so abseil must also be built that way
|
||||
abseil-cpp = abseil-cpp.override {
|
||||
abseil-cpp = abseil-cpp_202111.override {
|
||||
cxxStandard = "14";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue