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,8 +1,8 @@
{ pkgs, ... }:
let
version = "2.1.4";
in
version = "2.6.0";
in
pkgs.vimUtils.buildVimPlugin {
inherit version;
@ -12,6 +12,10 @@ pkgs.vimUtils.buildVimPlugin {
owner = "astronvim";
repo = "astroui";
rev = "v${version}";
hash = "sha256-nmcqJq4L6XFrgrORan5x+WCwSfU3FC4D6Zux45YnIUQ=";
hash = "sha256-kygFyXSIXQENWxGKgJAf5Aid5kfKWMsqTxckXbI6gyE=";# "sha256-nmcqJq4L6XFrgrORan5x+WCwSfU3FC4D6Zux45YnIUQ=";
};
buildInputs = [
pkgs.vimPlugins.astrocore
];
}