vim: 8.2.3848 -> 8.2.3877

This commit is contained in:
R. Ryantm
2021-12-25 10:58:34 -08:00
committed by Jonathan Ringer
parent 9e0c1bce40
commit f0cf6c3918
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.3848";
version = "8.2.3877";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-U6xrEZbieRBU0FDdTloYdZzuNpJ9+Q7FZgfI+0SPEAQ=";
sha256 = "sha256-NqTO2TdhOs63eP7CdWY9U9nbR7No3hqPV5rGhYF9arA=";
};
enableParallelBuilding = true;