nerdfonts: 1.1.0 -> 2.0.0

bump to a version with Nix logo in it
This commit is contained in:
Brice Waegeneire 2018-04-06 15:54:34 +02:00
parent d0d05024d1
commit e70e093cc9

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, bash, which, withFont ? "" }:
stdenv.mkDerivation rec {
version = "1.1.0";
version = "2.0.0";
name = "nerdfonts-${version}";
src = fetchFromGitHub {
owner = "ryanoasis";
repo = "nerd-fonts";
rev = version;
sha256 = "0h12d33wnhs5w8r3h1gqil98442vf7a13ms3nwldsam4naapsqxz";
sha256 = "09i467hyskvzj2wn5sj6shvc9pb0a0rx5iknjkkkbg1ng3bla7nm";
};
dontPatchShebangs = true;
buildInputs = [ which ];