update astroui and astrocore

This commit is contained in:
prunebutt 2025-02-08 13:42:52 +01:00
parent e84abfb690
commit 72eb839467
9 changed files with 84 additions and 77 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
version = "1.5.0";
version = "1.11.0";
in
pkgs.vimUtils.buildVimPlugin {
inherit version;
@ -12,7 +12,7 @@ pkgs.vimUtils.buildVimPlugin {
owner = "astronvim";
repo = "astrocore";
rev = "v${version}";
hash = "sha256-KKNglNd3S8E11CMAS6E3vhN4oZoRh0u3rjkgHiIGozI=";
hash = "sha256-MXVr0tJEgkghjchC3yhJAItJYpvw0z9xaZzIk1Czepk=";
};
patches = [