xfce.xfce4-whiskermenu-plugin: 2.9.0 -> 2.9.1

https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/compare/v2.9.0...v2.9.1
This commit is contained in:
Bobby Rong
2025-02-15 17:52:56 +08:00
parent 2ff53fe644
commit 1b2c425f95
@@ -1,6 +1,7 @@
{
mkXfceDerivation,
lib,
fetchpatch,
cmake,
accountsservice,
exo,
@@ -18,10 +19,19 @@
mkXfceDerivation {
category = "panel-plugins";
pname = "xfce4-whiskermenu-plugin";
version = "2.9.0";
version = "2.9.1";
rev-prefix = "v";
odd-unstable = false;
sha256 = "sha256-j2KatlML8NuUH+IKWodDT5VeG7XL27wwiqMKjurt9rM=";
sha256 = "sha256-CHxKCH8FcikNzhI3rUU2IH0bTbBGqEz85f/ST8PSnSo=";
patches = [
# Fix menu not shown on correct monitor
# https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/154
(fetchpatch {
url = "https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/commit/e13216dcaa455e08368dcde256a6896d6e8918a1.patch";
hash = "sha256-sRy1EgG8SaLgjdMH7XNSg97kj+tq2TI+G1P1d9aUXPc=";
})
];
nativeBuildInputs = [
cmake