vala-language-server: 0.48.2 -> 0.48.3

This commit is contained in:
Felix Andreas 2021-07-04 23:34:32 +02:00
parent 2019f82e3e
commit 51afa440b0

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;