Skip to content

Commit

Permalink
vim: 9.0.1562 -> 9.0.1642
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 23, 2023
1 parent 03afc9d commit d684b0f
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 = "9.0.1562";
version = "9.0.1642";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-+QKh3CxSjwcJ+Rj9RHYHRKSZixkfA1ZCAPDIyV/Npt8=";
hash = "sha256-WWj8lZZtnGrv3pxu77otBKixS3ciLcznCyPk/iGryg4=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit d684b0f

Please sign in to comment.