terraform-providers.cloudfoundry: 0.14.2 -> 0.15.0, remove separate derivation
This commit is contained in:
parent
0e1acb3c5e
commit
18c46f641f
@ -1,29 +0,0 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
|
||||||
|
|
||||||
buildGoModule rec {
|
|
||||||
pname = "terraform-provider-cloudfoundry";
|
|
||||||
version = "0.14.2";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "cloudfoundry-community";
|
|
||||||
repo = pname;
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "12mx87dip6vn10zvkf4rgrd27k708lnl149j9xj7bmb8v9m1082v";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorSha256 = "0kydjnwzj0fylizvk1vg42zyiy17qhz40z3iwa1r5bb20qkrlz93";
|
|
||||||
|
|
||||||
# needs a running cloudfoundry
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
postInstall = "mv $out/bin/terraform-provider-cloudfoundry{,_v${version}}";
|
|
||||||
|
|
||||||
passthru = { provider-source-address = "registry.terraform.io/cloudfoundry-community/cloudfoundry"; };
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry";
|
|
||||||
description = "Terraform provider for cloudfoundry";
|
|
||||||
license = licenses.mpl20;
|
|
||||||
maintainers = with maintainers; [ ris ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -53,7 +53,6 @@ let
|
|||||||
# These are the providers that don't fall in line with the default model
|
# These are the providers that don't fall in line with the default model
|
||||||
special-providers = {
|
special-providers = {
|
||||||
# Packages that don't fit the default model
|
# Packages that don't fit the default model
|
||||||
cloudfoundry = callPackage ./cloudfoundry { };
|
|
||||||
gandi = callPackage ./gandi { };
|
gandi = callPackage ./gandi { };
|
||||||
hcloud = callPackage ./hcloud { };
|
hcloud = callPackage ./hcloud { };
|
||||||
libvirt = callPackage ./libvirt { };
|
libvirt = callPackage ./libvirt { };
|
||||||
|
@ -197,6 +197,15 @@
|
|||||||
"vendorSha256": "0qby6fa1x5fapgcy5i35dwwlkb2ggws9sxcssshzssy0fzpb3k87",
|
"vendorSha256": "0qby6fa1x5fapgcy5i35dwwlkb2ggws9sxcssshzssy0fzpb3k87",
|
||||||
"version": "3.6.0"
|
"version": "3.6.0"
|
||||||
},
|
},
|
||||||
|
"cloudfoundry": {
|
||||||
|
"owner": "cloudfoundry-community",
|
||||||
|
"provider-source-address": "registry.terraform.io/cloudfoundry-community/cloudfoundry",
|
||||||
|
"repo": "terraform-provider-cloudfoundry",
|
||||||
|
"rev": "v0.15.0",
|
||||||
|
"sha256": "0kg9aivxlbkqgrwv0j02hfsaky5q4f0bmqihn589dsdk7jds66i7",
|
||||||
|
"vendorSha256": "19jnaazhdqagfx5wkpvrf0amf7d22kg6hzk0nsg888d0l4x93hna",
|
||||||
|
"version": "0.15.0"
|
||||||
|
},
|
||||||
"cloudinit": {
|
"cloudinit": {
|
||||||
"owner": "hashicorp",
|
"owner": "hashicorp",
|
||||||
"provider-source-address": "registry.terraform.io/hashicorp/cloudinit",
|
"provider-source-address": "registry.terraform.io/hashicorp/cloudinit",
|
||||||
|
Loading…
Reference in New Issue
Block a user