Merge pull request #294879 from r-ryantm/auto-update/sarasa-gothic

sarasa-gothic: 1.0.5 -> 1.0.6

Nick Cao 0c392a47 880e9cdb

Changed files
+2 -2
pkgs
data
fonts
sarasa-gothic
+2 -2
pkgs/data/fonts/sarasa-gothic/default.nix
···
stdenvNoCC.mkDerivation rec {
pname = "sarasa-gothic";
-
version = "1.0.5";
+
version = "1.0.6";
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-OPoX6GNCilA8Lj9kLO6RHapU7mpZTiNa/8LL72TG1Wk=";
+
hash = "sha256-zoQilSAd5BpLCbTxU0Baupdc1VUxENvNEc9phFVFUoo=";
};
sourceRoot = ".";