Merge pull request #183239 from r-ryantm/auto-update/sarasa-gothic

sarasa-gothic: 0.36.2 -> 0.36.8
This commit is contained in:
Mario Rodas 2022-07-28 13:27:28 -05:00 committed by GitHub
commit 600e3db17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, fetchurl, libarchive }:
let
version = "0.36.2";
version = "0.36.8";
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-hUQi8mbtQC+peslaz+AVINjELVXseuVi44qbDBtJ+fc=";
sha256 = "sha256-lKrpaTVYmV3wr1Uj5Yqj1p1t0CYF0ApX7j+QFNfpdz0=";
recursiveHash = true;
downloadToTemp = true;