Loading pkgs/data/fonts/sarasa-gothic/default.nix +2 −2 Original line number Diff line number Diff line { lib, fetchurl, libarchive }: let version = "0.37.0"; version = "0.37.4"; in fetchurl { name = "sarasa-gothic-${version}"; # Use the 'ttc' files here for a smaller closure size. # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; sha256 = "sha256-R1vU17PSfOe2w9PutA7zYrNsa4mejbXqWlWQVV5KXqs="; sha256 = "sha256-fbZN4+SHb2Qelnp122M2I0enbcEl+Qh1oSMiDLAYwSs="; recursiveHash = true; downloadToTemp = true; Loading Loading
pkgs/data/fonts/sarasa-gothic/default.nix +2 −2 Original line number Diff line number Diff line { lib, fetchurl, libarchive }: let version = "0.37.0"; version = "0.37.4"; in fetchurl { name = "sarasa-gothic-${version}"; # Use the 'ttc' files here for a smaller closure size. # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; sha256 = "sha256-R1vU17PSfOe2w9PutA7zYrNsa4mejbXqWlWQVV5KXqs="; sha256 = "sha256-fbZN4+SHb2Qelnp122M2I0enbcEl+Qh1oSMiDLAYwSs="; recursiveHash = true; downloadToTemp = true; Loading