grpc: 1.48.0 -> 1.48.1

https://github.com/grpc/grpc/releases/tag/v1.48.1
This commit is contained in:
Mario Rodas 2022-09-01 04:20:00 +00:00
parent 7671c4d54c
commit fdf9956aba

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "grpc";
version = "1.48.0"; # N.B: if you change this, please update:
version = "1.48.1"; # N.B: if you change this, please update:
# pythonPackages.grpcio-tools
# pythonPackages.grpcio-status
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-cR+K3po/9XpYWe+sRXGwzvNAPChrWzYu5D4ygBTKKIQ=";
hash = "sha256-It9oFenKoPDCOVxiKCGJc8i18zdDZCceR22HR5Tu1sw=";
fetchSubmodules = true;
};