hyprland-plugins: update

This commit is contained in:
Markus Volk 2024-06-23 23:14:19 +02:00
parent 55d0a606fc
commit 1d3dff334a

View File

@ -1,2 +1,8 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "db46f6acb3c5780c7f276c03d90c94ea250438b9"
SRCREV = "135de7b88649dbe5fea8c997447bdc9d6f15ad86"
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}