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

sarasa-gothic: 0.36.1 -> 0.36.2
main
Bobby Rong 2 years ago committed by GitHub
commit a7217a9559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/data/fonts/sarasa-gothic/default.nix

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

Loading…
Cancel
Save