Unverified Commit 3b136020 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

sarasa-gothic: 0.41.2 -> 0.41.3
parents 3dc05f77 863aae65
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.2";
  version = "0.41.3";

  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-AkfjtXeZkwzXLu81hS43vYPEMKl3TV1TnQ4ryUSnblc=";
    hash = "sha256-/VC9zhWC3jJuIXQ2fel6moLzrdsguPaylgfkY9FoClQ=";
  };

  sourceRoot = ".";