python3Packages.google-cloud-iam: disable bulk update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user