From 7ecc06a7dcdc9f8df37e469a1d5016af6fe06d64 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 22 Oct 2022 04:20:00 +0000 Subject: [PATCH] grpc: 1.49.1 -> 1.50.0 https://github.com/grpc/grpc/releases/tag/v1.50.0 --- pkgs/development/libraries/grpc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix index 2c63e71f48ab..d86b2557d21f 100644 --- a/pkgs/development/libraries/grpc/default.nix +++ b/pkgs/development/libraries/grpc/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { pname = "grpc"; - version = "1.49.1"; # N.B: if you change this, please update: + version = "1.50.0"; # 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-xyhPyBtbY54qidjZSrPO8oRPA6EEVok/l42cY8DpER8="; + hash = "sha256-h79Ptx17tIMFpaaid4UGzbGDztee9JctfsEcetfude0="; fetchSubmodules = true; };