vim: 8.2.3451 -> 8.2.3848

This commit is contained in:
legendofmiracles 2021-12-19 07:44:38 -06:00
parent 5e137de37d
commit 134376e256
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.3451";
version = "8.2.3848";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-8OaEaFyOaL59j0EZkUY+kuR6si79H2dN09f8SnltxbQ=";
sha256 = "sha256-U6xrEZbieRBU0FDdTloYdZzuNpJ9+Q7FZgfI+0SPEAQ=";
};
enableParallelBuilding = true;