Unverified Commit 582e12dd authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

vim: 9.1.2109 -> 9.1.2148 (#492412)

parents f1eb6401 96e1baee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:
rec {
  version = "9.1.2109";
  version = "9.1.2148";

  outputs = [
    "out"
@@ -11,7 +11,7 @@ rec {
    owner = "vim";
    repo = "vim";
    rev = "v${version}";
    hash = "sha256-Lglu940Uf0ZOaitoI41XK4Xgk7e1UeXsfdIxOMgNQ18=";
    hash = "sha256-4ZEbfpffPp6kqSQRp7NFioWGRdG+JsVf7unU0Hqn/Xk=";
  };

  enableParallelBuilding = true;