lol

nasin-nanpa: 3.1.0 -> 4.0.2

Fea b0bf4207 45bbb3cb

+10 -4
+10 -4
pkgs/by-name/na/nasin-nanpa/package.nix
··· 2 2 lib, 3 3 stdenvNoCC, 4 4 fetchurl, 5 + nix-update-script, 5 6 }: 6 7 7 8 stdenvNoCC.mkDerivation rec { 8 9 pname = "nasin-nanpa"; 9 - version = "3.1.0"; 10 + version = "4.0.2"; 10 11 11 12 src = fetchurl { 12 13 url = "https://github.com/ETBCOR/nasin-nanpa/releases/download/n${version}/nasin-nanpa-${version}.otf"; 13 - hash = "sha256-remTvvOt7kpvTdq9H8tFI2yU+BtqePXlDDLQv/jtETU="; 14 + hash = "sha256-eWPcFUo0yE2r4cL3kyFBcdHp0RBKUF3kgYqV5B55w0M="; 14 15 }; 15 16 16 17 dontUnpack = true; ··· 19 20 mkdir -p $out/share/fonts/opentype 20 21 cp $src $out/share/fonts/opentype/nasin-nanpa.otf 21 22 ''; 23 + 24 + passthru.updateScript = nix-update-script { }; 22 25 23 26 meta = with lib; { 24 27 homepage = "https://github.com/ETBCOR/nasin-nanpa"; 25 - description = "UCSUR OpenType monospaced font for the Toki Pona writing system, Sitelen Pona"; 28 + description = ''UCSUR OpenType monospaced font for the Toki Pona writing system, Sitelen Pona ("main" version; uses UCSUR and ligatures from latin characters)''; 26 29 longDescription = '' 27 30 ni li nasin pi sitelen pona. 28 31 sitelen ale pi nasin ni li sama mute weka. ··· 30 33 ''; 31 34 license = licenses.mit; 32 35 platforms = platforms.all; 33 - maintainers = with maintainers; [ somasis ]; 36 + maintainers = with maintainers; [ 37 + somasis 38 + feathecutie 39 + ]; 34 40 }; 35 41 }