vim: 9.2.0340 -> 9.2.0389 (#512976)

This commit is contained in:
Philip Taron
2026-04-24 03:55:33 +00:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
stdenv,
}:
rec {
version = "9.2.0340";
version = "9.2.0389";
outputs = [
"out"
@@ -15,7 +15,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-jCnOVIafx+0o1nlHv7QJQrmxs1IAxh9BBshDOFdZdCM=";
hash = "sha256-shhdJn1bPJ/68a54UZMn1fla7P4tjVUN4DGLbx3ohOg=";
};
enableParallelBuilding = true;