vim: 9.1.2035 -> 9.1.2109

This commit is contained in:
R. Ryantm
2026-01-26 23:45:21 +00:00
parent ed4ecd3a08
commit 7ee66e9146
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.2035";
version = "9.1.2109";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-x7WosfqYApaY2Vv1X9+2at/A/KqfacuPy53MGtnxk9w=";
hash = "sha256-Lglu940Uf0ZOaitoI41XK4Xgk7e1UeXsfdIxOMgNQ18=";
};
enableParallelBuilding = true;