vim: 9.1.1918 -> 9.1.2035

This commit is contained in:
R. Ryantm
2026-01-02 12:22:18 +00:00
parent ccca384249
commit 8e7b5ff391
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.1918";
version = "9.1.2035";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-NU/A7yWcLaC+wqsfiHYVhnSZHGDao6+Oib/bSFNSVyQ=";
hash = "sha256-x7WosfqYApaY2Vv1X9+2at/A/KqfacuPy53MGtnxk9w=";
};
enableParallelBuilding = true;