Skip to content

Commit

Permalink
[staging-next] vim: 9.1.0689 -> 9.1.0707 (#339177)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Sep 3, 2024
2 parents a07f612 + 9053486 commit 1ca2d1d
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.0689";
version = "9.1.0707";

outputs = [ "out" "xxd" ];

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-87y/STnGB2Yf64TMwCd6VCFF2kvy+DmNyaXVKPIc86E=";
hash = "sha256-iHOLABPk5B7Sh7EBYnM7wdxnK2Wv7q4WS3FEp780SV4=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 1ca2d1d

Please sign in to comment.