Skip to content

Commit

Permalink
vim: 9.1.0787 -> 9.1.1006
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Jan 11, 2025
1 parent 4924726 commit db42848
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,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0787";
version = "9.1.1006";

outputs = [
"out"
Expand All @@ -11,7 +11,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-kV2SaIOUv+ZcDsqBibZZ38gCevVLhejcYtY0TCQVtig=";
hash = "sha256-GIuy2mY7jzB5PNrpq8YYlasuaFR9Wj5ip2tDbXTR1nI=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit db42848

Please sign in to comment.