7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-Qv8vMjCMhpVxkJyH1uTsFXu2waO8oaLPuoBETaWOUqI=";
18 cargoHash = "sha256-20brxqYAvgBxbOQ7KOFviXxmFrSHDXNV/0lcks7x3a8=";
23 description = "Like wc, but unicode-aware, and with per-line mode";
25 homepage = "https://github.com/dead10ck/uwc";
26 license = licenses.mit;
27 maintainers = with maintainers; [ ShamrockLee ];