grpc: 1.73.0 -> 1.73.1

This commit is contained in:
scraptux 2025-06-26 10:31:57 +02:00
parent 7204b81840
commit 59f30cae68

View File

@ -25,7 +25,7 @@
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "grpc"; pname = "grpc";
version = "1.73.0"; # N.B: if you change this, please update: version = "1.73.1"; # N.B: if you change this, please update:
# pythonPackages.grpcio # pythonPackages.grpcio
# pythonPackages.grpcio-channelz # pythonPackages.grpcio-channelz
# pythonPackages.grpcio-health-checking # pythonPackages.grpcio-health-checking
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "grpc"; owner = "grpc";
repo = "grpc"; repo = "grpc";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-/7xbLCEetpVf4WmS42qChAYnFzoeiCmHagXumW5oIjA="; hash = "sha256-VAr+f+xqZfrP4XfCnZ9KxVTO6pHQe9gB2DgaQuen840=";
fetchSubmodules = true; fetchSubmodules = true;
}; };