Skip to content

Commit

Permalink
vim: 9.1.0509 -> 9.1.0595
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 18, 2024
1 parent 1438803 commit 6ac037b
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 6ac037b

Please sign in to comment.