summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorMoozIiSP <MoozIiSP@users.noreply.github.com>2021-07-03 23:37:59 +0800
committerGitHub <noreply@github.com>2021-07-03 23:37:59 +0800
commit6378fc72edccae2cf6441bef6cd92632ac3c54cf (patch)
treea3ae238de46704d7b1f4b77e61abd09aad86d88e /pkgs/data/fonts
parent8c5734e872d094cd609a22574150e5abee627896 (diff)
downloadnixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar.gz
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar.bz2
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar.lz
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar.xz
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.tar.zst
nixpkgs-6378fc72edccae2cf6441bef6cd92632ac3c54cf.zip
sarasa-gothic: 0.12.11 -> 0.32.9
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 9fce696b6e8..5bc691e7244 100644
--- a/pkgs/data/fonts/sarasa-gothic/default.nix
+++ b/pkgs/data/fonts/sarasa-gothic/default.nix
@@ -1,12 +1,12 @@
 { lib, fetchurl, libarchive }:
 
 let
-  version = "0.12.11";
+  version = "0.32.9";
 in fetchurl {
   name = "sarasa-gothic-${version}";
 
   url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
-  sha256 = "0vcp8583by7pfqinq8p2jx2bn4dqq816x4bxgv05k0kb9ziwj7aj";
+  sha256 = "0mwaj9dq26f36ddywjm7m0is1jml2kpmqm46b16c8avvr97c65z5";
 
   recursiveHash = true;
   downloadToTemp = true;