summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-11-17 20:18:10 +0100
committerGitHub <noreply@github.com>2020-11-17 20:18:10 +0100
commit9b5f49e2f79d9f5ace0c5674aaa33e631b129876 (patch)
tree9d2bb73e7646f3fdec8f6a5d7037322592a9493e
parent2f3ffe7ae98b537a81eb63c60d773d5039384a8b (diff)
parent198a576820ef3f6b41fdf4f5e5303433b2165005 (diff)
downloadnixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar.gz
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar.bz2
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar.lz
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar.xz
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.tar.zst
nixpkgs-9b5f49e2f79d9f5ace0c5674aaa33e631b129876.zip
Merge pull request #103928 from r-ryantm/auto-update/terraform-provider-libvirt
terraform-providers.libvirt: 0.6.2 -> 0.6.3
-rw-r--r--pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix b/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
index 42ed3d21066..4662a315a8c 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
@@ -19,7 +19,7 @@
 
 buildGoPackage rec {
   pname = "terraform-provider-libvirt";
-  version = "0.6.2";
+  version = "0.6.3";
 
   goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";
 
@@ -27,7 +27,7 @@ buildGoPackage rec {
     owner = "dmacvicar";
     repo = "terraform-provider-libvirt";
     rev = "v${version}";
-    sha256 = "1wkpns047ccff0clfb1108wjax1qb5v06hky0i3h2wpzysll7r7b";
+    sha256 = "0ak2lpnv6h0i7lzfcggd90jpfhvsasdr6nflkflk2drlcpalggj9";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];