font-awesome_5: 5.6.3 -> 5.7.2

This commit is contained in:
Jörg Thalheim 2019-02-16 21:31:03 +00:00
parent 25bab3958d
commit c3778b3428
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "5.6.3";
version = "5.7.2";
in fetchzip rec {
name = "font-awesome-${version}";
@ -12,7 +12,7 @@ in fetchzip rec {
unzip -j $downloadedFile "Font-Awesome-${version}/otfs/*.otf" -d $out/share/fonts/opentype
'';
sha256 = "0y3zar7hyx5pj8rpyk2kz3sx6zgrfif2ka2h4rg0b8h8qbja0al6";
sha256 = "0b3syzz8baxmwzjgz09dnamm4nzmyvb2yddlrm94ww5j9bjk25al";
meta = with stdenv.lib; {
description = "Font Awesome - OTF font";