Unverified Commit d125f0e4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #316871 from r-ryantm/auto-update/tftui

tftui: 0.13.2 -> 0.13.3
parents eff2179a 0ffca977
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "tftui";
  version = "0.13.2";
  version = "0.13.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "idoavrah";
    repo = "terraform-tui";
    rev = "refs/tags/v${version}";
    hash = "sha256-/y1dgQtpaIRVvhb/esJns3UPwKU1bAFHSQ8tCWzIuIw=";
    hash = "sha256-ojmq5m2BRB2Jwvg4j4zc0/jtv4rg1OKJpQiUQoBn+s0=";
  };

  pythonRelaxDeps = [