hyprls: 0.10.0 -> 0.11.0 (#466503)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-30 08:31:18 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "hyprls";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "hyprls";
rev = "v${version}";
hash = "sha256-N6A6j4uhBt64KTIcdhvicAhrLo2EuxwyGbCm5pijCCs=";
hash = "sha256-oKI5+SolS9fsgPcP8tTK8YVsnkC5YQSKO3dwMDlMwYo=";
};
vendorHash = "sha256-QJyG3Kz/lSuuHpGLGDW8fjdhLZK6Pt7PtSPA8EY0ATM=";
vendorHash = "sha256-1oarMEG7kHxCPAg4oPTSJRjnrF0QmXShVQpTUnN9fFQ=";
checkFlags = [
# Not yet implemented