vim: 8.2.4350 -> 8.2.4609

(cherry picked from commit 71fba1fb0b)
This commit is contained in:
R. Ryantm
2022-03-26 02:52:34 +00:00
committed by FliegendeWurst
parent 04e5142071
commit 5fb48032ea

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;