Merge pull request #55569 from shdpl/libvirt

terraform-providers.libvirt: 0.4 -> 0.5.1
This commit is contained in:
Florian Klink 2019-02-15 00:06:12 +01:00 committed by GitHub
commit 5deaf40a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildGoPackage rec {
name = "terraform-provider-libvirt-${version}";
version = "0.4";
version = "0.5.1";
goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";
@ -27,7 +27,7 @@ buildGoPackage rec {
owner = "dmacvicar";
repo = "terraform-provider-libvirt";
rev = "v${version}";
sha256 = "05jkjp1kis4ncryv34pkb9cz2yhzbwg62x9qmlqsqlxwz9hqny3r";
sha256 = "0shnj5byqj3qzyqniiy1dcygd8xw1h2bx9z6mgcydw8k64fkm4bw";
};
buildInputs = [ libvirt pkgconfig makeWrapper ];