Skip to content

Commit 64eb921

Browse files
committed
sarasa-gothic: 0.40.1 -> 0.40.2
1 parent a36fdb5 commit 64eb921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/data/fonts/sarasa-gothic/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenvNoCC.mkDerivation rec {
44
pname = "sarasa-gothic";
5-
version = "0.40.1";
5+
version = "0.40.2";
66

77
src = fetchurl {
88
# Use the 'ttc' files here for a smaller closure size.
99
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
1010
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
11-
hash = "sha256-cpgFOhmFSyJA2yhGCCud9jF3LEboiRKyfb3NPiRzJdQ=";
11+
hash = "sha256-ZarDttwwZzBb0+iBipVHZGLf1K3lQ7xvjMR6jE3hmh8=";
1212
};
1313

1414
sourceRoot = ".";

0 commit comments

Comments
 (0)