vim: 9.1.2109 -> 9.1.2148 (#492412)

This commit is contained in:
Philip Taron
2026-02-26 11:38:37 +00:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.2109";
version = "9.1.2148";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-Lglu940Uf0ZOaitoI41XK4Xgk7e1UeXsfdIxOMgNQ18=";
hash = "sha256-4ZEbfpffPp6kqSQRp7NFioWGRdG+JsVf7unU0Hqn/Xk=";
};
enableParallelBuilding = true;