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

vim: 9.1.0075 -> 9.1.0148
This commit is contained in:
Weijia Wang 2024-03-06 21:39:49 +01:00 committed by GitHub
commit 9ba68d192c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0075";
version = "9.1.0148";
outputs = [ "out" "xxd" ];
@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-rirPSh0rFg25JHl4idADLz6fIRmEALzp2Oa7De6uuGU=";
hash = "sha256-lBs9PwNE3GoxtMka9oftYx3gegjCv6D3sEyAWK6RZzM=";
};
enableParallelBuilding = true;