From 0246f92d6c79f604487cff07986a041bdcd2a7e6 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Sat, 11 Jan 2025 08:33:21 -0800 Subject: [PATCH] vim: 9.1.0990 -> 9.1.1006 Resolves GHSA-5rgf-26wj-48v8. --- pkgs/applications/editors/vim/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/common.nix b/pkgs/applications/editors/vim/common.nix index d6a8185048bb..eb6389124600 100644 --- a/pkgs/applications/editors/vim/common.nix +++ b/pkgs/applications/editors/vim/common.nix @@ -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;