From d719d7c6d78c9f1da2918d76b522e8135fcfeab4 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 24 Aug 2026 03:35:54 -0500 Subject: [PATCH] vimPlugins.astrocore: 3.0.8 -> 3.1.0 --- pkgs/applications/editors/vim/plugins/generated.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5af4899aa566..fa514d65ae80 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1079,12 +1079,12 @@ final: prev: { astrocore = buildVimPlugin { pname = "astrocore"; - version = "3.0.8"; + version = "3.1.0"; src = fetchFromGitHub { owner = "AstroNvim"; repo = "astrocore"; - tag = "v3.0.8"; - hash = "sha256-xpO2fcUuzZneBMLfykQpyknWU3pE7mrEZBZtGX+/QTw="; + tag = "v3.1.0"; + hash = "sha256-ALLA4JVCfn1VS24uZEVkSN3wTW3df3RlmSQLbpn+pPk="; }; meta.homepage = "https://github.com/AstroNvim/astrocore/"; meta.license = getLicenseFromSpdxId "GPL-3.0-only";