Merge pull request #129275 from andreasfelix/vala-language-server-0.48.3

vala-language-server: 0.48.2 -> 0.48.3
This commit is contained in:
Sandro 2021-07-05 20:11:02 +02:00 committed by GitHub
commit 490a823e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "vala-language-server";
version = "0.48.2";
version = "0.48.3";
src = fetchFromGitHub {
owner = "benwaffle";
owner = "Prince781";
repo = pname;
rev = version;
sha256 = "sha256-vtb2l4su+zuwGbS9F+Sv0tDInQMH4Uw6GjT+s7fHIio=";
sha256 = "sha256-MhVwK4RtEAJcwcJe71ganCaXQHa9jzxyknzc9kJi274=";
};
passthru = {
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Code Intelligence for Vala & Genie";
homepage = "https://github.com/benwaffle/vala-language-server";
homepage = "https://github.com/Prince781/vala-language-server";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ andreasfelix ];
platforms = platforms.linux;