nerdfonts: 2.0.0 -> 2.1.0
This release adds 216 fonts. Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf fonts are now .ttf files instead of .otf files in this release.
This commit is contained in:
parent
136c0e4249
commit
384ab839e9
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, which, withFont ? "" }:
|
{ stdenv, fetchFromGitHub, which, withFont ? "" }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
pname = "nerdfonts";
|
pname = "nerdfonts";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ryanoasis";
|
owner = "ryanoasis";
|
||||||
repo = "nerd-fonts";
|
repo = "nerd-fonts";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09i467hyskvzj2wn5sj6shvc9pb0a0rx5iknjkkkbg1ng3bla7nm";
|
sha256 = "1la79y16k9rwcl2zsxk73c0kgdms2ma43kpjfqnq5jlbfdj0niwg";
|
||||||
};
|
};
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
buildInputs = [ which ];
|
buildInputs = [ which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user