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

tftui: 0.13.0 -> 0.13.1
This commit is contained in:
Nick Cao 2024-05-17 19:14:30 -04:00 committed by GitHub
commit e9d4f8f7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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