Merge pull request #233065 from whyvert/update/source-code-pro

source-code-pro: 2.038 -> 2.042

authored by Weijia Wang and committed by GitHub ae41827d 9089fe15

+4 -4
+4 -4
pkgs/data/fonts/source-code-pro/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "source-code-pro"; 5 - version = "2.038"; 6 7 src = fetchzip { 8 - url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-ro%2F1.058R-it%2F1.018R-VAR/OTF-source-code-pro-${version}R-ro-1.058R-it.zip"; 9 stripRoot = false; 10 - hash = "sha256-ijeTLka131jf6B9xj/eNWK1T5r7r3aBXBgnVyRAxmuY="; 11 }; 12 13 installPhase = '' 14 runHook preInstall 15 16 - install -Dm644 *.otf -t $out/share/fonts/opentype 17 18 runHook postInstall 19 '';
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "source-code-pro"; 5 + version = "2.042"; 6 7 src = fetchzip { 8 + url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-u%2F1.062R-i%2F1.026R-vf/OTF-source-code-pro-${version}R-u_1.062R-i.zip"; 9 stripRoot = false; 10 + hash = "sha256-+BnfmD+AjObSoVxPvFAqbnMD2j5qf2YmbXGQtXoaiy0="; 11 }; 12 13 installPhase = '' 14 runHook preInstall 15 16 + install -Dm644 OTF/*.otf -t $out/share/fonts/opentype 17 18 runHook postInstall 19 '';