3
0
Fork 0
forked from mirrors/nixpkgs

font-awesome: 4.6.3 -> 4.7.0

This commit is contained in:
Tim Steinbach 2016-10-29 16:37:09 -04:00
parent bc1a6be6c3
commit ed29ab2984
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

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