hyprls: 0.13.0 -> 0.14.0 (#525320)
This commit is contained in:
@@ -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
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user