From 3f6396ab50007c7e9422c3071c35a41472d10d6c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 May 2026 18:46:46 +0000 Subject: [PATCH 1/2] hyprls: 0.13.0 -> 0.14.0 --- pkgs/by-name/hy/hyprls/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hy/hyprls/package.nix b/pkgs/by-name/hy/hyprls/package.nix index d0c1b4d9c399..fb4354b22413 100644 --- a/pkgs/by-name/hy/hyprls/package.nix +++ b/pkgs/by-name/hy/hyprls/package.nix @@ -6,16 +6,16 @@ }: buildGoModule (finalAttrs: { pname = "hyprls"; - version = "0.13.0"; + version = "0.14.0"; src = fetchFromGitHub { owner = "hyprland-community"; repo = "hyprls"; rev = "v${finalAttrs.version}"; - hash = "sha256-020bEXaFKZ74dJF5keIXMyRf/MQj0eKNYZXHajHgKUI="; + hash = "sha256-w9tUGArzHFy7JurhE9IGfVBTRQi8CCAPfjtT1Q7IX4U="; }; - vendorHash = "sha256-av3IZlfb09j6Dakc9lm8rPr85I/+pscjhEcZD04scUo="; + vendorHash = "sha256-thlILlWil618GJzPWkp4u7jmmuexmFtKqnAiZnokP0c="; checkFlags = [ # Not yet implemented From b1f5b8b77db89350d6b4d3ef53a1d41b058758e2 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:20:56 +0530 Subject: [PATCH 2/2] hyprls: adopt by hyprland team --- pkgs/by-name/hy/hyprls/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/hy/hyprls/package.nix b/pkgs/by-name/hy/hyprls/package.nix index fb4354b22413..3c2fab6e0722 100644 --- a/pkgs/by-name/hy/hyprls/package.nix +++ b/pkgs/by-name/hy/hyprls/package.nix @@ -30,6 +30,7 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/hyprland-community/hyprls/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ ]; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprls"; }; })