vim: 8.2.4350 -> 8.2.4609

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 53845c6ad1
commit 71fba1fb0b
  1. 4
      pkgs/applications/editors/vim/common.nix

@ -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;

Loading…
Cancel
Save