3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #179537 from McSinyx/vim9

This commit is contained in:
Ben Siraphob 2022-07-02 22:14:54 -07:00 committed by GitHub
commit 2c9deba079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.4975";
version = "9.0.0001";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-KkaW1WSX5OB03Dx6xTdbLFMpM7phbXyMpiufYKzAx0k=";
sha256 = "sha256-WnMm3q5Stn3s33rxQt76goURSa1Rq+jMVWYiS+uJTX0=";
};
enableParallelBuilding = true;