mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
chore: update Nerd Font to v3.1.0
This commit is contained in:
parent
3d2d72d36d
commit
430d83ea42
|
@ -216,7 +216,7 @@ func (ir *ImageRenderer) loadFonts() error {
|
||||||
|
|
||||||
// Download font if not cached
|
// Download font if not cached
|
||||||
if data == nil {
|
if data == nil {
|
||||||
url := "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/Hack.zip"
|
url := "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.0/Hack.zip"
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
data, err = fontCLI.Download(url)
|
data, err = fontCLI.Download(url)
|
||||||
|
|
Loading…
Reference in a new issue