summaryrefslogtreecommitdiffstats
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-04 23:14:36 +0100
committerGitHub <noreply@github.com>2024-02-04 23:14:36 +0100
commitc2720480477fb8470ff7008e797562d5b0db1895 (patch)
tree1f1698ad4c663f3cc37ae5f3f6007f88304ec39d /pkgs/data/fonts
parenta01d5b35b1a3f66e58ee21249180775a339982ce (diff)
parent0f78f3a22c9f449a9fca0db3ef16b8061a573c51 (diff)
Merge pull request #283032 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 1.0.2 -> 1.0.5
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/sarasa-gothic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/sarasa-gothic/default.nix b/pkgs/data/fonts/sarasa-gothic/default.nix
index b18b79950bfd..35f098442c22 100644
--- a/pkgs/data/fonts/sarasa-gothic/default.nix
+++ b/pkgs/data/fonts/sarasa-gothic/default.nix
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sarasa-gothic";
- version = "1.0.2";
+ version = "1.0.5";
src = fetchurl {
# Use the 'ttc' files here for a smaller closure size.
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/Sarasa-TTC-${version}.7z";
- hash = "sha256-h34M5waO2uaqsZDYEEI72LIYv7B1Qjwms2v6qGTaNKg=";
+ hash = "sha256-OPoX6GNCilA8Lj9kLO6RHapU7mpZTiNa/8LL72TG1Wk=";
};
sourceRoot = ".";