Loading pkgs/development/python-modules/google-cloud-iam/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/google-cloud-iam/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading