Merge pull request #193210 from Ma27/bump-vim

vim: 9.0.0244 -> 9.0.0609
This commit is contained in:
Maximilian Bosch 2022-09-29 16:51:46 +02:00 committed by GitHub
commit 8988b8366e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
rec { rec {
version = "9.0.0244"; version = "9.0.0609";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-l6fLM6+tc1Wy1mjNPa/s73GKhhGBLz3OXUJgJN1wuxY="; hash = "sha256-UBj3pXY6rdekKnCX/V/4o8LLBMZkNs1U4Z4KuvisIYQ=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;