grpc: fix hash mismatch for 1.73.0 (#416526)

This commit is contained in:
Yt
2025-06-13 19:34:27 -04:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-Lm0GQsz/UjBbXXEE14lT0dcRzVmCKycrlrdBJj+KLu8=";
hash = "sha256-/7xbLCEetpVf4WmS42qChAYnFzoeiCmHagXumW5oIjA=";
fetchSubmodules = true;
};