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

vim: 9.0.1369 -> 9.0.1403
This commit is contained in:
Weijia Wang 2023-03-16 15:49:18 +02:00 committed by GitHub
commit df85a1fdea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.1369";
version = "9.0.1403";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-2YjWd07RMyiITnuI3/L0D9MiAxl2+9QVT1nrMBA9/dI=";
hash = "sha256-z+zLRO0yqWu/l3eOzD7pmUvmqhmkH5W9z7wE9QWlsG0=";
};
enableParallelBuilding = true;