nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

Chuck 384ab839 136c0e42

+2 -2
+2 -2
pkgs/data/fonts/nerdfonts/default.nix
··· 1 1 { stdenv, fetchFromGitHub, which, withFont ? "" }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "2.0.0"; 4 + version = "2.1.0"; 5 5 pname = "nerdfonts"; 6 6 src = fetchFromGitHub { 7 7 owner = "ryanoasis"; 8 8 repo = "nerd-fonts"; 9 9 rev = version; 10 - sha256 = "09i467hyskvzj2wn5sj6shvc9pb0a0rx5iknjkkkbg1ng3bla7nm"; 10 + sha256 = "1la79y16k9rwcl2zsxk73c0kgdms2ma43kpjfqnq5jlbfdj0niwg"; 11 11 }; 12 12 dontPatchShebangs = true; 13 13 buildInputs = [ which ];