sarasa-gothic: 0.37.0 -> 0.37.4

authored by

R. Ryantm and committed by
Bobby Rong
52d9fd78 1093861d

+2 -2
+2 -2
pkgs/data/fonts/sarasa-gothic/default.nix
··· 1 1 { lib, fetchurl, libarchive }: 2 2 3 3 let 4 - version = "0.37.0"; 4 + version = "0.37.4"; 5 5 in fetchurl { 6 6 name = "sarasa-gothic-${version}"; 7 7 8 8 # Use the 'ttc' files here for a smaller closure size. 9 9 # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) 10 10 url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; 11 - sha256 = "sha256-R1vU17PSfOe2w9PutA7zYrNsa4mejbXqWlWQVV5KXqs="; 11 + sha256 = "sha256-fbZN4+SHb2Qelnp122M2I0enbcEl+Qh1oSMiDLAYwSs="; 12 12 13 13 recursiveHash = true; 14 14 downloadToTemp = true;