6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "VladimirMarkelov";
14 sha256 = "sha256-twl72feo1PpWZbs50a962pvvD5YUHfZRW9OjY/meYVo=";
17 cargoHash = "sha256-ZoVPC/PyMm+yuDYhVFykIBk0T5RNLAfmIT36Tl/dxCo=";
20 description = "A CLI tool to manage todo lists in todo.txt format";
21 homepage = "https://github.com/VladimirMarkelov/ttdl";
22 changelog = "https://github.com/VladimirMarkelov/ttdl/blob/v${version}/changelog";
23 license = with licenses; [ mit ];
24 maintainers = with maintainers; [ _3JlOy-PYCCKUi ];