mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
nerdfonts: 1.1.0 -> 2.0.0
bump to a version with Nix logo in it
This commit is contained in:
parent
d0d05024d1
commit
e70e093cc9
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, bash, which, withFont ? "" }:
|
{ stdenv, fetchFromGitHub, bash, which, withFont ? "" }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.1.0";
|
version = "2.0.0";
|
||||||
name = "nerdfonts-${version}";
|
name = "nerdfonts-${version}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ryanoasis";
|
owner = "ryanoasis";
|
||||||
repo = "nerd-fonts";
|
repo = "nerd-fonts";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0h12d33wnhs5w8r3h1gqil98442vf7a13ms3nwldsam4naapsqxz";
|
sha256 = "09i467hyskvzj2wn5sj6shvc9pb0a0rx5iknjkkkbg1ng3bla7nm";
|
||||||
};
|
};
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
buildInputs = [ which ];
|
buildInputs = [ which ];
|
||||||
|
Loading…
Reference in New Issue
Block a user