Skip to content

Commit

Permalink
vim: 9.1.0765 -> 9.1.0787
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 17, 2024
1 parent f678419 commit e2e74de
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,14 +1,14 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0765";
version = "9.1.0787";

outputs = [ "out" "xxd" ];

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-LtEEMpdWXA6qyjAIjgsZoc4hNXXG2ZXxCsbWKC5aEPI=";
hash = "sha256-kV2SaIOUv+ZcDsqBibZZ38gCevVLhejcYtY0TCQVtig=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit e2e74de

Please sign in to comment.