1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
9 hash = "sha256-WjhNWwAeb6f7tlvXMr6Q7mtNnaWbHSnBtXK6Ba3YOW4=";
15 install -Dm644 *.ttf -t $out/share/fonts/truetype/
21 description = "Font for programmers and command line users";
22 homepage = "https://www.kutilek.de/sudo-font/";
23 changelog = "https://github.com/jenskutilek/sudo-font/raw/v${version}/sudo/FONTLOG.txt";
24 license = licenses.ofl;
26 platforms = platforms.all;