source-code-pro: 2.030 -> 2.038

+4 -4
+4 -4
pkgs/data/fonts/source-code-pro/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 let 4 - version = "2.030"; 4 + version = "2.038"; 5 5 in fetchzip { 6 6 name = "source-code-pro-${version}"; 7 7 8 - url = "https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip"; 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 9 10 10 postFetch = '' 11 11 mkdir -p $out/share/fonts 12 12 unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype 13 13 ''; 14 14 15 - sha256 = "0d8qwzjgnz264wlm4qim048z3236z4hbblvc6yplw13f6b65j6fv"; 15 + sha256 = "027cf62zj27q7l3d4sqzdfgz423lzysihdg8cvmkk6z910a1v368"; 16 16 17 17 meta = { 18 - description = "A set of monospaced OpenType fonts designed for coding environments"; 18 + description = "Monospaced font family for user interface and coding environments"; 19 19 maintainers = with lib.maintainers; [ relrod ]; 20 20 platforms = with lib.platforms; all; 21 21 homepage = "https://adobe-fonts.github.io/source-code-pro/";