terraform-providers.cloudfoundry: 0.14.2 -> 0.15.0, remove separate derivation

main
zowoq 2 years ago
parent 0e1acb3c5e
commit 18c46f641f
  1. 29
      pkgs/applications/networking/cluster/terraform-providers/cloudfoundry/default.nix
  2. 1
      pkgs/applications/networking/cluster/terraform-providers/default.nix
  3. 9
      pkgs/applications/networking/cluster/terraform-providers/providers.json

@ -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
special-providers = {
# Packages that don't fit the default model
cloudfoundry = callPackage ./cloudfoundry { };
gandi = callPackage ./gandi { };
hcloud = callPackage ./hcloud { };
libvirt = callPackage ./libvirt { };

@ -197,6 +197,15 @@
"vendorSha256": "0qby6fa1x5fapgcy5i35dwwlkb2ggws9sxcssshzssy0fzpb3k87",
"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": {
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/cloudinit",

Loading…
Cancel
Save