vim: 9.1.0787 -> 9.1.0905

This commit is contained in:
R. Ryantm
2024-12-05 19:20:24 +00:00
parent 5873ae4143
commit 35856664e4
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0787";
version = "9.1.0905";
outputs = [ "out" "xxd" ];
@@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-kV2SaIOUv+ZcDsqBibZZ38gCevVLhejcYtY0TCQVtig=";
hash = "sha256-sFsTONGeSocn1M8NZo5LjIhagmq/nR1zrGRN7p86Q4o=";
};
enableParallelBuilding = true;