tftui: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2024-06-03 10:33:47 +00:00
parent 518daacfe2
commit 0ffca9772f

View File

@ -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 = [