about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-05 21:24:44 -0400
committerGitHub <noreply@github.com>2023-06-05 21:24:44 -0400
commitf9abddfa8664dc34f6bad21b26e12045701ea66e (patch)
tree24b06f308b2dff836a8935355dfd0a647b92fc2a /pkgs/data/fonts
parent5bf634953a313eab132cdeb07599cf0b9cfeb9ac (diff)
parent2f3f758b346ed03be56527ece34cad22ce31187f (diff)
Merge pull request #236172 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.40.7 -> 0.41.0
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 5511b921c0a6a..9f5cabe79881b 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 = "0.40.7";
+  version = "0.41.0";
 
   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-gothic-ttc-${version}.7z";
-    hash = "sha256-muxmoTfAZWLhPp4rx91PDnYogBGHuD4esYjE2kZiOAY=";
+    hash = "sha256-3WcBuBTm3ASuCvLh+2R/idLKBjCTnk4qIRaOo590ugU=";
   };
 
   sourceRoot = ".";