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.
2 parents d33d126 + 844544c commit c160c31Copy full SHA for c160c31
pkgs/by-name/sa/sarasa-gothic/package.nix
@@ -7,13 +7,13 @@
7
8
stdenvNoCC.mkDerivation (finalAttrs: {
9
pname = "sarasa-gothic";
10
- version = "1.0.29";
+ version = "1.0.30";
11
12
src = fetchurl {
13
# Use the 'ttc' files here for a smaller closure size.
14
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
15
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${finalAttrs.version}/Sarasa-TTC-${finalAttrs.version}.zip";
16
- hash = "sha256-KQ+ooPJZx/HnhR/EvemaEb5gqffRP2+BRhrHfI9FK/Q=";
+ hash = "sha256-or/XzPJhWe7F2sMsWxaIynXALnMhzKQeezTt16tzqoY=";
17
};
18
19
sourceRoot = ".";
0 commit comments