We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36fdb5 commit 64eb921Copy full SHA for 64eb921
1 file changed
pkgs/data/fonts/sarasa-gothic/default.nix
@@ -2,13 +2,13 @@
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "sarasa-gothic";
5
- version = "0.40.1";
+ version = "0.40.2";
6
7
src = fetchurl {
8
# Use the 'ttc' files here for a smaller closure size.
9
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
10
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
11
- hash = "sha256-cpgFOhmFSyJA2yhGCCud9jF3LEboiRKyfb3NPiRzJdQ=";
+ hash = "sha256-ZarDttwwZzBb0+iBipVHZGLf1K3lQ7xvjMR6jE3hmh8=";
12
};
13
14
sourceRoot = ".";
0 commit comments