diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index ee544d0..b6fc67f 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -18,6 +18,7 @@ # hyprcursor - libzip-dev - librsvg2-dev + - libxcb-util-dev # Hyprland - libpango1.0-dev - libtomlplusplus-dev @@ -43,7 +44,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/Hyprland.git' dest: /usr/local/src/Hyprland - version: v0.37.1 + version: v0.39.1 force: true recursive: true @@ -51,7 +52,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/hyprlang.git' dest: /usr/local/src/hyprlang - version: v0.5.0 + version: v0.5.1 force: true recursive: true @@ -59,7 +60,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/hyprcursor.git' dest: /usr/local/src/hyprcursor - version: v0.1.4 + version: v0.1.8 force: true recursive: true