Merge pull request #335213 from LeSuisse/vim-9.1.0679

vim: 9.1.0595 -> 9.1.0679
This commit is contained in:
Philip Taron
2024-08-16 16:37:43 -07:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0595";
version = "9.1.0679";
outputs = [ "out" "xxd" ];
@@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-v8xVP1WuvE9XdQl1LDIq3pjaKyqPWM0fsFKcpIwPbNA=";
hash = "sha256-o8GQfHw7KNjDx4zrCfZXyViS9WGiYD3tzS8inq0xqh0=";
};
enableParallelBuilding = true;