Unverified Commit 05cef5fd authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #328138 from r-ryantm/auto-update/vim

vim: 9.1.0509 -> 9.1.0595
parents a31f46e0 6ac037b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:
rec {
  version = "9.1.0509";
  version = "9.1.0595";

  outputs = [ "out" "xxd" ];

@@ -8,7 +8,7 @@ rec {
    owner = "vim";
    repo = "vim";
    rev = "v${version}";
    hash = "sha256-CATjUalRjvVjEfWT5evFAk//Oj4iB1fDBsRU5MhDyn4=";
    hash = "sha256-v8xVP1WuvE9XdQl1LDIq3pjaKyqPWM0fsFKcpIwPbNA=";
  };

  enableParallelBuilding = true;