vim: 9.0.1441 -> 9.0.1544
This commit is contained in:
parent
790a208ab9
commit
80bf72d6b0
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ lib, fetchFromGitHub }:
|
||||
rec {
|
||||
version = "9.0.1441";
|
||||
version = "9.0.1544";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim";
|
||||
repo = "vim";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-tGWOIXx4gNMg0CB4ytUrj9bQLXw+4pl2lfgGR81+EJk=";
|
||||
hash = "sha256-0YQp2ybNIdrDF9YxlUlBw6H9P6V7Iv12pox1O0lSXGA=";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue