terraform-providers.tailscale: 0.13.7 -> 0.13.9
This commit is contained in:
parent
823d46a92f
commit
796dee5cc3
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
|
, buildGo121Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, callPackage
|
, callPackage
|
||||||
|
@ -84,6 +85,7 @@ let
|
||||||
heroku = automated-providers.heroku.override { spdx = "MPL-2.0"; };
|
heroku = automated-providers.heroku.override { spdx = "MPL-2.0"; };
|
||||||
# mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
|
# mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
|
||||||
libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
|
libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
|
||||||
|
tailscale = automated-providers.tailscale.override { mkProviderGoModule = buildGo121Module; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Put all the providers we not longer support in this list.
|
# Put all the providers we not longer support in this list.
|
||||||
|
|
|
@ -1097,13 +1097,13 @@
|
||||||
"vendorHash": "sha256-iNBM4Y24vDGPKyb5cppSogk145F0/pAFmOzEeiWgfLI="
|
"vendorHash": "sha256-iNBM4Y24vDGPKyb5cppSogk145F0/pAFmOzEeiWgfLI="
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"hash": "sha256-r8MUoPWD06DcM4Oqqyoe4MPR6/NY7vvs/90z2zjQKTU=",
|
"hash": "sha256-kQARVkZM0lZtZNTftQ5JXHtVoeCiChNmq9t9yRXvK0g=",
|
||||||
"homepage": "https://registry.terraform.io/providers/tailscale/tailscale",
|
"homepage": "https://registry.terraform.io/providers/tailscale/tailscale",
|
||||||
"owner": "tailscale",
|
"owner": "tailscale",
|
||||||
"repo": "terraform-provider-tailscale",
|
"repo": "terraform-provider-tailscale",
|
||||||
"rev": "v0.13.7",
|
"rev": "v0.13.9",
|
||||||
"spdx": "MIT",
|
"spdx": "MIT",
|
||||||
"vendorHash": "sha256-6UxBnQiogcizff5Rv4eadOeiG5JaXQphUWlfnqELvAI="
|
"vendorHash": "sha256-7qDPVKcBQuJQlya6UHjo5YPLgKl0qz1NlU2TuEf8T+0="
|
||||||
},
|
},
|
||||||
"talos": {
|
"talos": {
|
||||||
"hash": "sha256-GRwzR2L6PKx6Us1ci3cs2+DU7TQvhEPcOLyn73dS96Y=",
|
"hash": "sha256-GRwzR2L6PKx6Us1ci3cs2+DU7TQvhEPcOLyn73dS96Y=",
|
||||||
|
|
Loading…
Reference in a new issue