From 5c6815a6f916279b5ba753c92bb3aeb685447f16 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 18 Dec 2024 14:30:45 -0800 Subject: [PATCH] Update external --- .chezmoiexternal.toml.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.chezmoiexternal.toml.tmpl b/.chezmoiexternal.toml.tmpl index 5a2bca9..506d1b6 100644 --- a/.chezmoiexternal.toml.tmpl +++ b/.chezmoiexternal.toml.tmpl @@ -2,7 +2,7 @@ #{{- /* vim: set filetype=toml: */ -}} [".local/share/nvim/lazy/lazy.nvim"] type = "archive" - url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v11.16.0.tar.gz" + url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v11.16.2.tar.gz" exact = true stripComponents = 1 refreshPeriod = "2196h" @@ -10,25 +10,25 @@ #{{ if eq .chezmoi.os "linux" }} [".local/share/fonts/BitstreamVeraSansMono"] type = "archive" - url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/BitstreamVeraSansMono.zip" + url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/BitstreamVeraSansMono.zip" exclude = [".uuid"] refreshPeriod = "2196h" [".local/share/fonts/IBMPlexMono"] type = "archive" - url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/IBMPlexMono.zip" + url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/IBMPlexMono.zip" exclude = [".uuid"] refreshPeriod = "2196h" [".local/share/fonts/JetBrainsMono"] type = "archive" - url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip" + url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/JetBrainsMono.zip" exclude = [".uuid"] refreshPeriod = "2196h" [".local/bin/nvim.appimage"] type = "file" - url = "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage" + url = "https://github.com/neovim/neovim/releases/download/v0.10.2/nvim.appimage" executable = true refreshPeriod = "2196h" #{{ end }}