Merge pull request #248532 from tobim/pkgs/grpc-1.57.0

[staging-next] grpc: 1.54.2 -> 1.57.0

authored by

Mario Rodas and committed by
GitHub
c718c570 0e46c9c0

+6 -6
+2 -2
pkgs/development/libraries/grpc/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "grpc"; 24 - version = "1.54.2"; # N.B: if you change this, please update: 24 + version = "1.57.0"; # N.B: if you change this, please update: 25 25 # pythonPackages.grpcio-tools 26 26 # pythonPackages.grpcio-status 27 27 ··· 29 29 owner = "grpc"; 30 30 repo = "grpc"; 31 31 rev = "v${version}"; 32 - hash = "sha256-OIRqH+h8Kjbw3X5slpdCfNN0f027WuvHG3q7KUuSWo8="; 32 + hash = "sha256-ZPhPi4ODAAohCySVKeypaDID4ZUXvnfidOGK5EMXvh4="; 33 33 fetchSubmodules = true; 34 34 }; 35 35
+2 -2
pkgs/development/python-modules/grpcio-status/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "grpcio-status"; 12 - version = "1.54.2"; 12 + version = "1.57.0"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-MlXL7Ft8cGyqPU3VhGBsCA5kFeFWMbsvYhXitwBVg20="; 19 + hash = "sha256-sJjamd8e6+WDN/j3jlDfmQJzzKzBIm/d60fFkOPfngI="; 20 20 }; 21 21 22 22 postPatch = ''
+2 -2
pkgs/development/python-modules/grpcio-tools/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "grpcio-tools"; 5 - version = "1.54.2"; 5 + version = "1.57.0"; 6 6 format = "setuptools"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - hash = "sha256-4RwsKu5T80CZLo5NalkXLLu9AZPxNR3pjE+BClBB1co="; 10 + hash = "sha256-LxYTDYac4n7NYjGUVHtkndZXMz7H6GRMxXHGRXgam4U="; 11 11 }; 12 12 13 13 postPatch = ''