7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-leXAmurYjsM/DLe44kLvLwWAs183K96DsRMtrKZFG/g=";
18 cargoHash = "sha256-+YAi41A5lOhhz4O6lQ4u567OZj0Lhyyo2UvxPNgONm8=";
20 checkFeatures = [ "integration_tests" ];
23 description = "Human-readable diff for todo.txt files";
24 homepage = "https://github.com/Ekleog/todiff";
25 maintainers = with maintainers; [ ekleog ];
26 license = licenses.mit;