taskwarrior-tui: 0.23.6 -> 0.23.7

This commit is contained in:
R. Ryantm 2022-11-23 09:03:26 +00:00
parent c3ef258b6f
commit ee7bc6209d

View File

@ -5,19 +5,19 @@
rustPlatform.buildRustPackage rec {
pname = "taskwarrior-tui";
version = "0.23.6";
version = "0.23.7";
src = fetchFromGitHub {
owner = "kdheepak";
repo = "taskwarrior-tui";
rev = "v${version}";
sha256 = "sha256-QHaFx6NCKZKG9/pM/h9kqoCJwl74zT2rnDGh50x8OwE=";
sha256 = "sha256-D7+C02VlE42wWQSOkeTJVDS4rWnGB06RTZ7tzdpYmZw=";
};
# Because there's a test that requires terminal access
doCheck = false;
cargoSha256 = "sha256-ccR5w563NBLDl7O61lkGpmrLgzfO/F3CnOJiLL6tog8=";
cargoSha256 = "sha256-b+bncWx7Z4GG2vwImRYeywc77THGMYVXlm4v/9YKCMI=";
meta = with lib; {
description = "A terminal user interface for taskwarrior ";