10 src = fetchFromGitHub {
11 owner = "aswinkarthik";
14 hash = "sha256-66R5XxrNQ1YMMQicw0VCF/XzRo//5Gqdjlher/uMoTE=";
17 vendorHash = "sha256-rhOjBMCyfirEI/apL3ObHfKZeuNPGSt84R9lwCbRIpg=";
20 homepage = "https://aswinkarthik.github.io/csvdiff/";
21 description = "Fast diff tool for comparing csv files";
22 mainProgram = "csvdiff";
23 license = licenses.mit;
24 maintainers = with maintainers; [ turion ];