From 805971163492c969f6617da8ea0493212cc16a3b Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Fri, 3 May 2024 21:56:50 +0200 Subject: [PATCH] Update hyprland --- roles/desktop-environment/tasks/hyprland.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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