Skip to content

Commit

Permalink
Merge pull request #328138 from r-ryantm/auto-update/vim
Browse files Browse the repository at this point in the history
vim: 9.1.0509 -> 9.1.0595
  • Loading branch information
mweinelt authored Jul 20, 2024
2 parents a31f46e + 6ac037b commit 05cef5f
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.0509";
version = "9.1.0595";

outputs = [ "out" "xxd" ];

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-CATjUalRjvVjEfWT5evFAk//Oj4iB1fDBsRU5MhDyn4=";
hash = "sha256-v8xVP1WuvE9XdQl1LDIq3pjaKyqPWM0fsFKcpIwPbNA=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 05cef5f

Please sign in to comment.