vim: 9.2.0389 -> 9.2.0541 (#525069)

This commit is contained in:
Philip Taron 2026-05-28 00:05:53 +00:00 committed by GitHub
commit b814de41e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
stdenv,
}:
rec {
version = "9.2.0389";
version = "9.2.0541";
outputs = [
"out"
@ -15,7 +15,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-shhdJn1bPJ/68a54UZMn1fla7P4tjVUN4DGLbx3ohOg=";
hash = "sha256-M2vdIAM3P2MZdcMvFX/3/fixliTosR06nvPIX7NXFNo=";
};
enableParallelBuilding = true;