vimPlugins.astrocore: 3.0.8 -> 3.1.0

This commit is contained in:
Austin Horstman
2026-08-24 03:35:54 -05:00
parent cb596ed2b8
commit d719d7c6d7

View File

@@ -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";