python312Packages.grpcio: fix src hash

The version was bumped, but src wasn't updated to reflect that.

Fixes: da16a24 ("python312Packages.grpcio: 1.64.1 -> 1.67.0")
This commit is contained in:
Martin Weinelt
2024-10-27 17:20:40 +01:00
parent 7916cf3912
commit 8fbfbf557a
@@ -5,7 +5,6 @@
c-ares,
cython,
fetchPypi,
grpc,
openssl,
pkg-config,
protobuf,
@@ -23,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-VjWIxYe3XDS5KLxChUjlsA6jjEaXIYGk2Ldbp+PyQjE=";
hash = "sha256-4JCyVT4Noch1RJyOdQc91EFd1xyb3mpAYkD99MDuRnw=";
};
outputs = [