Merge pull request #58674 from r-ryantm/auto-update/font-awesome

font-awesome: 5.7.2 -> 5.8.1
This commit is contained in:
Elis Hirwing 2019-04-02 09:15:04 +02:00 committed by GitHub
commit f86ae0195b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "5.7.2";
version = "5.8.1";
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 = "0b3syzz8baxmwzjgz09dnamm4nzmyvb2yddlrm94ww5j9bjk25al";
sha256 = "1fc177sgf4qd231dmpr7cwr1j03wzb927ylpng2gn94iksln924d";
meta = with stdenv.lib; {
description = "Font Awesome - OTF font";