vim: 9.1.1006 -> 9.1.1046

Resolves GHSA-j3g9-wg22-v955.
This commit is contained in:
Philip Taron
2025-01-22 09:48:25 -08:00
parent f06293ebea
commit 8269ffb01d
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.1006";
version = "9.1.1046";
outputs = [
"out"
@@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-GIuy2mY7jzB5PNrpq8YYlasuaFR9Wj5ip2tDbXTR1nI=";
hash = "sha256-bH3p78fWUNQRhluUvqQ5uJ+PxNhz7T7wA/4zxUDH130=";
};
enableParallelBuilding = true;