tftui: 0.12.6 -> 0.13.0

This commit is contained in:
R. Ryantm 2024-04-10 05:39:27 +00:00
parent c81c241415
commit b9433b75d8
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "tftui";
version = "0.12.6";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "idoavrah";
repo = "terraform-tui";
rev = "refs/tags/v${version}";
hash = "sha256-vK1qKf8+RxwHUpuEQ97PcwGvObNVpd88kAb3DFRoRG0=";
hash = "sha256-2Kya0MRa1kc3B5nqs2MNprtnjOGyMLQh2OSErdT5W8M=";
};
pythonRelaxDeps = [