Merge #268532: vim: 9.0.2048 -> 9.0.2116

...into staging
This commit is contained in:
Vladimír Čunát 2023-12-01 07:10:52 +01:00
commit f5848ed4a9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.2048";
version = "9.0.2116";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-zR2iPiD4/gf5BnxYoe3cx2ebGWE1P2bY4Cg15gveFgg=";
hash = "sha256-ZKcNg/RrjvEsxpIcTjzQYi1xig3zLeTV+PXaBb4gUuM=";
};
enableParallelBuilding = true;