Skip to content

Commit

Permalink
Merge pull request #239484 from r-ryantm/auto-update/vim
Browse files Browse the repository at this point in the history
vim: 9.0.1562 -> 9.0.1642
  • Loading branch information
dasJ authored Jun 26, 2023
2 parents e39970f + d684b0f commit cccaa48
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 cccaa48

Please sign in to comment.