Merge pull request #168060 from mweinelt/grpc

grpc: 1.44.0 -> 1.45.2

authored by

Mario Rodas and committed by
GitHub
7937b511 6b151f10

+2 -2
+2 -2
pkgs/development/libraries/grpc/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "grpc"; 23 - version = "1.44.0"; # N.B: if you change this, please update: 23 + version = "1.45.2"; # N.B: if you change this, please update: 24 24 # pythonPackages.grpcio-tools 25 25 # pythonPackages.grpcio-status 26 26 ··· 28 28 owner = "grpc"; 29 29 repo = "grpc"; 30 30 rev = "v${version}"; 31 - sha256 = "sha256-pG8RtAJJCLnxm+3hW1YsikyeNr9pjIRANeYhDJfTPbo="; 31 + sha256 = "sha256-l2r1NdbfwViXfLcwbfUgLueqfAVnLzI+gdEarlkIqkI="; 32 32 fetchSubmodules = true; 33 33 }; 34 34