1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-1UK+LSMKryoUf2UWbGt8MU3zs5hH2WdpA2v/jBaIHYE=";
14 vendorHash = "sha256-byBYp+iNnnsAXR+T3XmdwaeeBG8oB1EgNkDabzgUC98=";
17 description = "SQL-like query language for CSV";
19 homepage = "https://mithrandie.github.io/csvq/";
20 changelog = "https://github.com/mithrandie/csvq/releases/tag/v${version}";
21 license = licenses.mit;
22 maintainers = with maintainers; [ tomodachi94 ];