1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-leXAmurYjsM/DLe44kLvLwWAs183K96DsRMtrKZFG/g=";
14 cargoHash = "sha256-+YAi41A5lOhhz4O6lQ4u567OZj0Lhyyo2UvxPNgONm8=";
16 checkFeatures = [ "integration_tests" ];
19 description = "Human-readable diff for todo.txt files";
20 homepage = "https://github.com/Ekleog/todiff";
21 maintainers = with maintainers; [ ekleog ];
22 license = licenses.mit;