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 90c2811 + 67aa530 commit 8901958Copy full SHA for 8901958
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.26";
+ version = "1.0.27";
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-Z2J8yW9yLnkGh+nNb57+xyz8uZFwePpuSlBdRxfPABA=";
+ hash = "sha256-/pN3NIwkJZ4a5g87Z3kr71Xvef0TIbN2UzsfvXJryNk=";
17
};
18
19
sourceRoot = ".";
0 commit comments