Skip to content

Commit

Permalink
vim: 9.1.0707 -> 9.1.0765 (#347158)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 8, 2024
2 parents b7e2eb1 + 91c30a3 commit 273673e
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.0707";
version = "9.1.0765";

outputs = [ "out" "xxd" ];

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

enableParallelBuilding = true;
Expand Down

0 comments on commit 273673e

Please sign in to comment.