mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 20:09:39 -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
|
||||
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
|
||||
|
||||
data, err = fontCLI.Download(url)
|
||||
|
|
Loading…
Reference in a new issue