vim: 9.1.0990 -> 9.1.1006

Resolves GHSA-5rgf-26wj-48v8.
This commit is contained in:
Philip Taron
2025-01-11 08:38:43 -08:00
parent c5923ba971
commit 0246f92d6c
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0990";
version = "9.1.1006";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-KKjJCuGczwYP+NVx5f6YQRsKR0zW44ciNNvmjQ03ytM=";
hash = "sha256-GIuy2mY7jzB5PNrpq8YYlasuaFR9Wj5ip2tDbXTR1nI=";
};
enableParallelBuilding = true;