Merge #336642: vim: 9.1.0679 -> 9.1.0689

...into staging
This commit is contained in:
Vladimír Čunát 2024-08-23 07:02:56 +02:00
commit 2ecdea05e7
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0679";
version = "9.1.0689";
outputs = [ "out" "xxd" ];
@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-o8GQfHw7KNjDx4zrCfZXyViS9WGiYD3tzS8inq0xqh0=";
hash = "sha256-87y/STnGB2Yf64TMwCd6VCFF2kvy+DmNyaXVKPIc86E=";
};
enableParallelBuilding = true;