Commit 6d5e7f20 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.google-cloud-iam: disable bulk update

parent a24e34f4
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -57,9 +57,13 @@ buildPythonPackage rec {
    "google.cloud.iam_credentials_v1"
  ];

  passthru.updateScript = gitUpdater {
  passthru = {
    # bulk updater selects wrong tag
    skipBulkUpdate = true;
    updateScript = gitUpdater {
      rev-prefix = "google-cloud-iam-v";
    };
  };

  meta = {
    description = "IAM Service Account Credentials API client library";