terraform-providers.helm: 1.2.2 -> 1.3.2

This commit is contained in:
Timothy Stott 2020-11-15 13:56:53 +00:00 committed by Jonathan Ringer
parent 4377259a93
commit 2aca345a59
2 changed files with 4 additions and 14 deletions

View File

@ -85,17 +85,6 @@ let
'';
});
# providers that were moved to the `hashicorp` organization,
# but haven't updated their references yet:
# https://github.com/hashicorp/terraform-provider-helm/pull/522
helm = automated-providers.helm.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-helm hashicorp/terraform-provider-helm
substituteInPlace main.go --replace terraform-providers/terraform-provider-helm hashicorp/terraform-provider-helm
'';
});
# Packages that don't fit the default model
ansible = callPackage ./ansible {};
cloudfoundry = callPackage ./cloudfoundry {};

View File

@ -382,9 +382,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/helm",
"repo": "terraform-provider-helm",
"rev": "v1.2.2",
"sha256": "1hjlf0pzc9jkcvqi52kvqwmd8v0cvnhhcbahzxmv0zkdwh310c12",
"version": "1.2.2"
"rev": "v1.3.2",
"sha256": "0mpbf03483jqrwd9cx4pdn2pcv4swfs5nbp021gaqr0jf1w970x6",
"vendorSha256": null,
"version": "1.3.2"
},
"heroku": {
"owner": "terraform-providers",