From 0d3a5cac50cb67e0e46c09f701453f503c59e372 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Fri, 18 Jul 2025 23:24:32 +0200 Subject: [PATCH] vim: 9.1.1475 -> 9.1.1566 Fixes CVE-2025-53905 and CVE-2025-53906. https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86 --- 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 b2cfd2db9fd1..61ff8b7d877f 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.1475"; + version = "9.1.1566"; outputs = [ "out" @@ -11,7 +11,7 @@ rec { owner = "vim"; repo = "vim"; rev = "v${version}"; - hash = "sha256-KKUzS0dS9K/jlfP+igyLX1Fwjb7Y5ZAzGLjqHvkA3bs="; + hash = "sha256-/hzyjFGjl8Wu9tHtFgnnHtGbcJ5AIjCMUNCScrdIgwU="; }; enableParallelBuilding = true;