Merge pull request #231375 from r-ryantm/auto-update/vim

vim: 9.0.1441 -> 9.0.1544
This commit is contained in:
Weijia Wang
2023-05-16 11:13:45 +03:00
committed by GitHub
+2 -2
View File
@@ -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;