Merge pull request #239484 from r-ryantm/auto-update/vim

vim: 9.0.1562 -> 9.0.1642

authored by

Janne Heß and committed by
GitHub
cccaa489 e39970f4

+2 -2
+2 -2
pkgs/applications/editors/vim/common.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 rec { 3 - version = "9.0.1562"; 3 + version = "9.0.1642"; 4 4 5 5 src = fetchFromGitHub { 6 6 owner = "vim"; 7 7 repo = "vim"; 8 8 rev = "v${version}"; 9 - hash = "sha256-+QKh3CxSjwcJ+Rj9RHYHRKSZixkfA1ZCAPDIyV/Npt8="; 9 + hash = "sha256-WWj8lZZtnGrv3pxu77otBKixS3ciLcznCyPk/iGryg4="; 10 10 }; 11 11 12 12 enableParallelBuilding = true;