summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-13 00:09:39 +0000
committerGitHub <noreply@github.com>2022-02-13 00:09:39 +0000
commitddfcf099b51e63e68201bed7d80cdde66ef480f8 (patch)
treea29b27266c300a5ea8a40b821454d8c74c01445c /pkgs/data
parent6b871d6cfc9bf69a0e82cd0ddc93f0da2565f65f (diff)
parent366b2f7a5a8a180449e25e8474a43551418f5e37 (diff)
downloadnixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar.gz
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar.bz2
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar.lz
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar.xz
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.tar.zst
nixpkgs-ddfcf099b51e63e68201bed7d80cdde66ef480f8.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/data')
-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 c28b3745f94..3d601bdc686 100644
--- a/pkgs/data/fonts/sarasa-gothic/default.nix
+++ b/pkgs/data/fonts/sarasa-gothic/default.nix
@@ -1,14 +1,14 @@
 { lib, fetchurl, libarchive }:
 
 let
-  version = "0.35.5";
+  version = "0.35.8";
 in fetchurl {
   name = "sarasa-gothic-${version}";
 
   # 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";
-  sha256 = "sha256-t9BYV9a/rmEr8nLqcdxg4Z5pWsCefvwI47eSwub41u0=";
+  sha256 = "sha256-22q+FdTh9Dex+tEo/HCBK14ZlJFtFM7SrE6K1/iVBY0=";
 
   recursiveHash = true;
   downloadToTemp = true;