Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

font-awesome_5: 5.5.0 -> 5.6.3

authored by

Mario Rodas and committed by
worldofpeace
b6b9e016 70f06b3b

+3 -5
+3 -5
pkgs/data/fonts/font-awesome-5/default.nix
··· 1 { stdenv, fetchzip }: 2 3 let 4 - version = "5.5.0"; 5 in fetchzip rec { 6 name = "font-awesome-${version}"; 7 ··· 9 10 postFetch = '' 11 mkdir -p $out/share/fonts 12 - unzip -j $downloadedFile "Font-Awesome-${version}/use-on-desktop/Font Awesome 5 Brands-Regular-400.otf" -d $out/share/fonts/opentype 13 - unzip -j $downloadedFile "Font-Awesome-${version}/use-on-desktop/Font Awesome 5 Free-Regular-400.otf" -d $out/share/fonts/opentype 14 - unzip -j $downloadedFile "Font-Awesome-${version}/use-on-desktop/Font Awesome 5 Free-Solid-900.otf" -d $out/share/fonts/opentype 15 ''; 16 17 - sha256 = "1drjc40glfqhwmfn3s4gz8hz1x0ncrwdr9n1i25m1l7pvsk26f5f"; 18 19 meta = with stdenv.lib; { 20 description = "Font Awesome - OTF font";
··· 1 { stdenv, fetchzip }: 2 3 let 4 + version = "5.6.3"; 5 in fetchzip rec { 6 name = "font-awesome-${version}"; 7 ··· 9 10 postFetch = '' 11 mkdir -p $out/share/fonts 12 + unzip -j $downloadedFile "Font-Awesome-${version}/otfs/*.otf" -d $out/share/fonts/opentype 13 ''; 14 15 + sha256 = "0y3zar7hyx5pj8rpyk2kz3sx6zgrfif2ka2h4rg0b8h8qbja0al6"; 16 17 meta = with stdenv.lib; { 18 description = "Font Awesome - OTF font";