vim: 9.2.0106 -> 9.2.0340 (#510019)

This commit is contained in:
Vladimír Čunát
2026-04-16 08:06:12 +00:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
stdenv,
}:
rec {
version = "9.2.0106";
version = "9.2.0340";
outputs = [
"out"
@@ -15,7 +15,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-byOf2Gr1vA7xQw3YHV454te1QrVxRy3sXrLdFUp2XRg=";
hash = "sha256-jCnOVIafx+0o1nlHv7QJQrmxs1IAxh9BBshDOFdZdCM=";
};
enableParallelBuilding = true;