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