Merge pull request #19977 from NeQuissimus/font-awesome_4_7_0

font-awesome: 4.6.3 -> 4.7.0
This commit is contained in:
Tim Steinbach 2016-10-29 16:38:07 -04:00 committed by GitHub
commit 65cc92cc01

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "font-awesome-${version}";
version = "4.6.3";
version = "4.7.0";
src = fetchFromGitHub {
owner = "FortAwesome";
repo = "Font-Awesome";
rev = "v${version}";
sha256 = "135k1xskksqzriad9zzcxa79iprldyp2bnmc22wslak0dvjz74w0";
sha256 = "0w30y26jp8nvxa3iiw7ayl6rkza1rz62msl9xw3srvxya1c77grc";
};
buildCommand = ''