tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vala-language-server: 0.48.2 -> 0.48.3
Felix Andreas
4 years ago
51afa440
2019f82e
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
vala-language-server
default.nix
+4
-4
pkgs/development/tools/vala-language-server/default.nix
···
16
17
stdenv.mkDerivation rec {
18
pname = "vala-language-server";
19
-
version = "0.48.2";
20
21
src = fetchFromGitHub {
22
-
owner = "benwaffle";
23
repo = pname;
24
rev = version;
25
-
sha256 = "sha256-vtb2l4su+zuwGbS9F+Sv0tDInQMH4Uw6GjT+s7fHIio=";
26
};
27
28
passthru = {
···
51
52
meta = with lib; {
53
description = "Code Intelligence for Vala & Genie";
54
-
homepage = "https://github.com/benwaffle/vala-language-server";
55
license = licenses.lgpl21Plus;
56
maintainers = with maintainers; [ andreasfelix ];
57
platforms = platforms.linux;
···
16
17
stdenv.mkDerivation rec {
18
pname = "vala-language-server";
19
+
version = "0.48.3";
20
21
src = fetchFromGitHub {
22
+
owner = "Prince781";
23
repo = pname;
24
rev = version;
25
+
sha256 = "sha256-MhVwK4RtEAJcwcJe71ganCaXQHa9jzxyknzc9kJi274=";
26
};
27
28
passthru = {
···
51
52
meta = with lib; {
53
description = "Code Intelligence for Vala & Genie";
54
+
homepage = "https://github.com/Prince781/vala-language-server";
55
license = licenses.lgpl21Plus;
56
maintainers = with maintainers; [ andreasfelix ];
57
platforms = platforms.linux;