terraform-providers.http: 1.2.0 -> 2.0.0

This commit is contained in:
Timothy Stott 2020-11-14 16:54:45 +00:00 committed by Jonathan Ringer
parent 481cb9717d
commit 4a8fbd2044
2 changed files with 4 additions and 11 deletions

View File

@ -112,14 +112,6 @@ let
''; '';
}); });
# https://github.com/hashicorp/terraform-provider-http/pull/40
http = automated-providers.http.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-http hashicorp/terraform-provider-http
substituteInPlace main.go --replace terraform-providers/terraform-provider-http hashicorp/terraform-provider-http
'';
});
# Packages that don't fit the default model # Packages that don't fit the default model
ansible = callPackage ./ansible {}; ansible = callPackage ./ansible {};
cloudfoundry = callPackage ./cloudfoundry {}; cloudfoundry = callPackage ./cloudfoundry {};

View File

@ -395,9 +395,10 @@
"owner": "hashicorp", "owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/http", "provider-source-address": "registry.terraform.io/hashicorp/http",
"repo": "terraform-provider-http", "repo": "terraform-provider-http",
"rev": "v1.2.0", "rev": "v2.0.0",
"sha256": "0q8ichbqrq62q1j0rc7sdz1jzfwg2l9v4ac9jqf6y485dblhmwqd", "sha256": "0x6a9qf819g16dj9inyvhwff67xy0ixyy70ck56lkidrldara444",
"version": "1.2.0" "vendorSha256": null,
"version": "2.0.0"
}, },
"huaweicloud": { "huaweicloud": {
"owner": "terraform-providers", "owner": "terraform-providers",