3
0
Fork 0
forked from mirrors/nixpkgs

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

sarasa-gothic: 0.41.0 -> 0.41.2
This commit is contained in:
Weijia Wang 2023-06-19 06:45:49 +03:00 committed by GitHub
commit 5a5f7e241d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sarasa-gothic";
version = "0.41.0";
version = "0.41.2";
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-3WcBuBTm3ASuCvLh+2R/idLKBjCTnk4qIRaOo590ugU=";
hash = "sha256-AkfjtXeZkwzXLu81hS43vYPEMKl3TV1TnQ4ryUSnblc=";
};
sourceRoot = ".";