hyprls: 0.7.0 -> 0.8.0 (#431383)

Co-authored-by: arthsmn <arthsmn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-06 09:01:27 +00:00 committed by GitHub
commit fbc97dcd59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "hyprls";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "hyprls";
rev = "v${version}";
hash = "sha256-cJDDyF44nD/XvxtaGPYCk2MC574HDBHP1ByhVwqatvQ=";
hash = "sha256-txJSqXIkIYmjg/k5enChHHwJaoAhJ2c6hMHjS/i4v5c=";
};
vendorHash = "sha256-WTdwIAC3gDWgCKlVuOtMyl0ZfdZ9RhlpqUl2S2d65HA=";
vendorHash = "sha256-a2OdESOXrinALzC2AJ0cudMsDwzdi1Jl2kckI0OratA=";
checkFlags = [
# Not yet implemented