python3Packages.google-cloud-iam: disable bulk update

This commit is contained in:
Sarah Clark
2025-09-24 11:20:34 -07:00
parent a24e34f418
commit 6d5e7f20d8
@@ -57,8 +57,12 @@ buildPythonPackage rec {
"google.cloud.iam_credentials_v1"
];
passthru.updateScript = gitUpdater {
rev-prefix = "google-cloud-iam-v";
passthru = {
# bulk updater selects wrong tag
skipBulkUpdate = true;
updateScript = gitUpdater {
rev-prefix = "google-cloud-iam-v";
};
};
meta = {