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

sarasa-gothic: 0.40.5 -> 0.40.6

authored by Mario Rodas and committed by GitHub 4e13ca41 0167117f

+2 -2
+2 -2
pkgs/data/fonts/sarasa-gothic/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "sarasa-gothic"; 5 - version = "0.40.5"; 6 7 src = fetchurl { 8 # Use the 'ttc' files here for a smaller closure size. 9 # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) 10 url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; 11 - hash = "sha256-bs3o8+LyCTCZvUYigUWfSmjFrzPg7nLzElZYxDEsQ9k="; 12 }; 13 14 sourceRoot = ".";
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "sarasa-gothic"; 5 + version = "0.40.6"; 6 7 src = fetchurl { 8 # Use the 'ttc' files here for a smaller closure size. 9 # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) 10 url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; 11 + hash = "sha256-AHslDiYBQXcxo8XVh1GMZDR8LJXvzJHl4hrisfhltEM="; 12 }; 13 14 sourceRoot = ".";