Merge pull request #27008 from tjikini/emacs-all-the-icons-fonts

emacs-all-the-icons-fonts: 2.50 -> 2.6.4
This commit is contained in:
Joachim F 2017-07-01 12:41:11 +01:00 committed by GitHub
commit 07aca910d5
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "emacs-all-the-icons-fonts-${version}"; name = "emacs-all-the-icons-fonts-${version}";
version = "2.50"; version = "2.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "domtronn"; owner = "domtronn";
repo = "all-the-icons.el"; repo = "all-the-icons.el";
rev = "2.5.0"; rev = version;
sha256 = "125qw96rzbkv39skxk5511jrcx9hxm0fqcmny6213wzswgdn37z3"; sha256 = "0xwj8wyj0ywpy4rcqxz15hkr8jnffn7nrp5fnq56j360v8858q8x";
}; };
installPhase = '' installPhase = ''