From 8fbfbf557a7aae568bf492710c34c9e75def8bf3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 27 Oct 2024 17:20:40 +0100 Subject: [PATCH] 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") --- pkgs/development/python-modules/grpcio/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio/default.nix b/pkgs/development/python-modules/grpcio/default.nix index 976b3e9c2736..01751b4145a2 100644 --- a/pkgs/development/python-modules/grpcio/default.nix +++ b/pkgs/development/python-modules/grpcio/default.nix @@ -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 = [