Skip to content

Commit c160c31

Browse files
authored
sarasa-gothic: 1.0.29 -> 1.0.30 (#398253)
2 parents d33d126 + 844544c commit c160c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sa/sarasa-gothic/package.nix

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

88
stdenvNoCC.mkDerivation (finalAttrs: {
99
pname = "sarasa-gothic";
10-
version = "1.0.29";
10+
version = "1.0.30";
1111

1212
src = fetchurl {
1313
# Use the 'ttc' files here for a smaller closure size.
1414
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
1515
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=";
16+
hash = "sha256-or/XzPJhWe7F2sMsWxaIynXALnMhzKQeezTt16tzqoY=";
1717
};
1818

1919
sourceRoot = ".";

0 commit comments

Comments
 (0)