From 8ada3378a5a9250288245eee86dc67bd020b9d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 8 Mar 2026 09:17:27 -0700 Subject: [PATCH] Revert "python3Packages.googleapis-common-protos: 1.70.0 -> 3.31.3" This reverts commit 8509e9927a04bc6159a45dd1653ca5f790780d32 because it picked a tag from a different project. --- .../python-modules/googleapis-common-protos/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/googleapis-common-protos/default.nix b/pkgs/development/python-modules/googleapis-common-protos/default.nix index 0c065525c0ce..5195d3472c5f 100644 --- a/pkgs/development/python-modules/googleapis-common-protos/default.nix +++ b/pkgs/development/python-modules/googleapis-common-protos/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "googleapis-common-protos"; - version = "3.31.3"; + version = "1.70.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-cloud-python"; - tag = "google-cloud-build-v${version}"; - hash = "sha256-qQ+8X6I8lt4OTgbvODsbdab2dYUk0wxWsbaVT2T651U="; + rev = "googleapis-common-protos-v${version}"; + hash = "sha256-E1LISOLQcXqUMTTPLR+lwkR6gF1fuGGB44j38cIK/Z4="; }; sourceRoot = "${src.name}/packages/googleapis-common-protos"; @@ -50,7 +50,7 @@ buildPythonPackage rec { meta = { description = "Common protobufs used in Google APIs"; homepage = "https://github.com/googleapis/python-api-common-protos"; - changelog = "https://github.com/googleapis/python-api-common-protos/releases/tag/${src.tag}"; + changelog = "https://github.com/googleapis/python-api-common-protos/releases/tag/v${version}"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.sarahec ]; };