Merge pull request #61117 from xrelkd/update/font-awesome

font-awesome: 5.8.1 -> 5.8.2
This commit is contained in:
Renaud 2019-05-08 18:12:04 +02:00 committed by GitHub
commit 666ffe5ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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