From 9ee15cb23d067993cf1c029feb9ae9a892b734c0 Mon Sep 17 00:00:00 2001 From: klea Date: Tue, 14 Apr 2026 16:30:09 +0000 Subject: [PATCH] vim: 9.2.0106 -> 9.2.0340 Fixes several security issues: CVE-2026-34982 https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9 https://github.com/vim/vim/security/advisories/GHSA-2gmj-rpqf-pxvh https://github.com/vim/vim/security/advisories/GHSA-jc86-w7vm-8p24 --- 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 afce0284b722..e34d28ccd302 100644 --- a/pkgs/applications/editors/vim/common.nix +++ b/pkgs/applications/editors/vim/common.nix @@ -1,6 +1,6 @@ { lib, fetchFromGitHub }: rec { - version = "9.2.0106"; + version = "9.2.0340"; outputs = [ "out" @@ -11,7 +11,7 @@ rec { owner = "vim"; repo = "vim"; rev = "v${version}"; - hash = "sha256-byOf2Gr1vA7xQw3YHV454te1QrVxRy3sXrLdFUp2XRg="; + hash = "sha256-jCnOVIafx+0o1nlHv7QJQrmxs1IAxh9BBshDOFdZdCM="; }; enableParallelBuilding = true;