vim: 9.1.1566 -> 9.1.1623

Changes: https://github.com/vim/vim/compare/v9.1.1566...v9.1.1623
This commit is contained in:
Philip Taron
2025-08-12 10:40:33 -07:00
parent 7e6ff957b7
commit a30cf31051
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.1566";
version = "9.1.1623";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-/hzyjFGjl8Wu9tHtFgnnHtGbcJ5AIjCMUNCScrdIgwU=";
hash = "sha256-T7epi6ex9AU4iV/ClSeKlK3T0V0WajiVxnDVevkqaw8=";
};
enableParallelBuilding = true;