Skip to content

Commit

Permalink
vim: 8.2.4227 -> 8.2.4350
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 13, 2022
1 parent b7adb6b commit a7cf36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/common.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.4227";
version = "8.2.4350";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-Xj4ymkrWY5GWpQhEDYtPtaRovBa6j19dW9GWg9WSdig=";
sha256 = "sha256-+fCyLZi9+9r7tYoRQsVESkcoHHtM7vrVuOGdJi/9iF0=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit a7cf36f

Please sign in to comment.