terraform-providers.dns: 2.2.0 -> 3.0.0

This commit is contained in:
Timothy Stott 2020-11-14 16:35:36 +00:00 committed by Jonathan Ringer
parent a35f2851d4
commit 214f9d2a51
2 changed files with 4 additions and 11 deletions

View File

@ -96,14 +96,6 @@ let
'';
});
# https://github.com/hashicorp/terraform-provider-dns/pull/101
dns = automated-providers.dns.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-dns hashicorp/terraform-provider-dns
substituteInPlace main.go --replace terraform-providers/terraform-provider-dns hashicorp/terraform-provider-dns
'';
});
# https://github.com/hashicorp/terraform-provider-external/pull/41
external = automated-providers.external.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''

View File

@ -251,9 +251,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/dns",
"repo": "terraform-provider-dns",
"rev": "v2.2.0",
"sha256": "11xdxj6hfclaq9glbh14nihmrsk220crm9ld8bdv77w0bppmrrch",
"version": "2.2.0"
"rev": "v3.0.0",
"sha256": "160dbmg7xg7iyc70f66dphyiysrdbscwya2n28idi8wp5rjx8bid",
"vendorSha256": null,
"version": "3.0.0"
},
"dnsimple": {
"owner": "terraform-providers",