grpc: 1.38.0 -> 1.38.1

https://github.com/grpc/grpc/releases/tag/v1.38.1
launchpad/nixpkgs/master
Mario Rodas 3 years ago
parent 65db0350fe
commit 63b199c193
  1. 4
      pkgs/development/libraries/grpc/default.nix

@ -3,13 +3,13 @@
}:
stdenv.mkDerivation rec {
version = "1.38.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
version = "1.38.1"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
pname = "grpc";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
sha256 = "0an903nh8lz3xlf79zsh2v55nrwnjzzavkjlrsl7j9aysgwmgn4r";
sha256 = "0hjp946x5695srmc6bg2m7iih81jdmhpxn4bjcl80f09v4qsb0nl";
fetchSubmodules = true;
};
patches = [

Loading…
Cancel
Save