update astroui and astrocore
This commit is contained in:
parent
e84abfb690
commit
72eb839467
9 changed files with 84 additions and 77 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue