10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-kWiglMuJdcD7z2MDfz1MbItB8r9BJ7LUqfPfJa8QkLA=";
17 vendorHash = "sha256-6HNFCUSJA6oduCx/SCUQQeCHGS7ohaWRunixdwMurBw=";
22 "-X=main.version=${version}"
26 homepage = "https://github.com/arp242/uni";
27 description = "Query the Unicode database from the commandline, with good support for emojis";
28 changelog = "https://github.com/arp242/uni/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ chvp ];