vim: 8.2.4350 -> 8.2.4609

This commit is contained in:
R. Ryantm 2022-03-26 02:52:34 +00:00 committed by Jonathan Ringer
parent 53845c6ad1
commit 71fba1fb0b

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.4350";
version = "8.2.4609";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-+fCyLZi9+9r7tYoRQsVESkcoHHtM7vrVuOGdJi/9iF0=";
sha256 = "sha256-IiWZJ4zT+VbcxwKChl847pS9jU9AlxZ/yQUIL8I2MhQ=";
};
enableParallelBuilding = true;