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
commit 2eb6d36aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
rec { rec {
version = "9.0.1441"; version = "9.0.1544";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tGWOIXx4gNMg0CB4ytUrj9bQLXw+4pl2lfgGR81+EJk="; hash = "sha256-0YQp2ybNIdrDF9YxlUlBw6H9P6V7Iv12pox1O0lSXGA=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;