Unverified Commit 5b28af46 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #279829 from r-ryantm/auto-update/tflint

tflint: 0.50.0 -> 0.50.1
parents 745e9de2 c73505f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "tflint";
  version = "0.50.0";
  version = "0.50.1";

  src = fetchFromGitHub {
    owner = "terraform-linters";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+DTq9gb2zaXT7bSgRCJpco4ppRkTAyrWcxJfBLnwGMI=";
    hash = "sha256-r/mVLgJudHyNvQa9H9pQ1qhiFx11RikIg4IIz5tC6Us=";
  };

  vendorHash = "sha256-iyJx5dp+NYbaJhZL67ZjFd28ms3vyF38z9P8qJscryQ=";