terraform-provider-libvirt: 0.3 -> 0.4
goDeps isn't used anymore add note about why cdrtools is propagated
This commit is contained in:
parent
5bf656e33b
commit
0a772e3c04
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "terraform-provider-libvirt-${version}";
|
name = "terraform-provider-libvirt-${version}";
|
||||||
version = "0.3";
|
version = "0.4";
|
||||||
|
|
||||||
goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";
|
goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";
|
||||||
|
|
||||||
@ -27,13 +27,13 @@ buildGoPackage rec {
|
|||||||
owner = "dmacvicar";
|
owner = "dmacvicar";
|
||||||
repo = "terraform-provider-libvirt";
|
repo = "terraform-provider-libvirt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "004gxy55p5cf39f2zpah0i2zhvs4x6ixnxy8z9v7314604ggpkna";
|
sha256 = "05jkjp1kis4ncryv34pkb9cz2yhzbwg62x9qmlqsqlxwz9hqny3r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libvirt pkgconfig makeWrapper ];
|
buildInputs = [ libvirt pkgconfig makeWrapper ];
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
# mkisofs needed to create ISOs holding cloud-init data,
|
||||||
|
# and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
|
||||||
propagatedBuildInputs = [ cdrtools ];
|
propagatedBuildInputs = [ cdrtools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
|
||||||
[
|
|
||||||
{
|
|
||||||
goPackagePath = "github.com/aws/aws-sdk-go";
|
|
||||||
fetch = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/aws/aws-sdk-go";
|
|
||||||
rev = "c861d27d0304a79f727e9a8a4e2ac1e74602fdc0";
|
|
||||||
sha256 = "023cyg551dvm2l50dx1qsikkj77lk2dhiya7by8in7h65av6hjgl";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
x
Reference in New Issue
Block a user