Unverified Commit d6a4ba88 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

sarasa-gothic: 0.41.6 -> 0.41.8
parents d3c9d763 49ac5ba2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "sarasa-gothic";
  version = "0.41.6";
  version = "0.41.8";

  src = fetchurl {
    # 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";
    hash = "sha256-6CDK9DNjBQ5EPp562na0DOWFmlxnlVl8Z8pwm3pGQ9A=";
    hash = "sha256-TLEyCFQfBsCCHqnYmJNMJFkM+iKWqly3969zw9AbTFQ=";
  };

  sourceRoot = ".";