Commit 89632fd5 authored by R. RyanTM's avatar R. RyanTM
Browse files

terraform-plugin-docs: 0.21.0 -> 0.22.0

parent cc0851f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

buildGoModule rec {
  pname = "terraform-plugin-docs";
  version = "0.21.0";
  version = "0.22.0";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = "terraform-plugin-docs";
    tag = "v${version}";
    hash = "sha256-tvo5ufRBtiecOCHfGO9Sxe+bHXqgnfGhBaQQ47CVllk=";
    hash = "sha256-ktYADQEUD3bb6JRUy/g4l2J3XBzCVbt/knLqsd/MnF8=";
  };

  vendorHash = "sha256-y69F/KF7cQvtZ4/ZNpw86l/xZgn4aTzmVBw1bs+AtZI=";
  vendorHash = "sha256-FKIBkg2fXO89GDTkHQeK4v2YWe870GAKgNiu12k3iS0=";

  nativeBuildInputs = [ makeWrapper ];