7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "VladimirMarkelov";
15 sha256 = "sha256-ugg6ZrrEAsfgeXBBKrU30orVkcWJV4MgZIVshAv8ys8=";
18 cargoHash = "sha256-jjkHnxK15WSlhgPpqpU7KNM2KcEi81TrcvIi9gq4YHU=";
21 description = "CLI tool to manage todo lists in todo.txt format";
22 homepage = "https://github.com/VladimirMarkelov/ttdl";
23 changelog = "https://github.com/VladimirMarkelov/ttdl/blob/v${version}/changelog";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ _3JlOy-PYCCKUi ];