Skip to content

Commit

Permalink
terraform-providers.libvirt: 0.5.1 -> 0.6.1
Browse files Browse the repository at this point in the history
(cherry picked from commit c1b5cfe)
  • Loading branch information
gila authored and Mic92 committed Mar 3, 2020
1 parent 0f2565d commit 943aff5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,15 +19,15 @@

buildGoPackage rec {
pname = "terraform-provider-libvirt";
version = "0.5.1";
version = "0.6.1";

goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";

src = fetchFromGitHub {
owner = "dmacvicar";
repo = "terraform-provider-libvirt";
rev = "v${version}";
sha256 = "0shnj5byqj3qzyqniiy1dcygd8xw1h2bx9z6mgcydw8k64fkm4bw";
sha256 = "1l2n97nj6g44n7bhnbjwmv36xi6754p4iq2qnpkdh39x4384a0zz";
};

buildInputs = [ libvirt pkgconfig makeWrapper ];
Expand Down

0 comments on commit 943aff5

Please sign in to comment.