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