xfce4-i3-workspaces-plugin: Fix build with GCC 15

https://github.com/denesb/xfce4-i3-workspaces-plugin/compare/1.4.2...d7c2d978e736a5e07f96142a31fac3bb7d0806b4

Fixes #477621.
This commit is contained in:
Bobby Rong
2026-01-07 22:54:45 +08:00
parent 9f0c42f8bc
commit c052816e52
@@ -13,15 +13,16 @@
i3ipc-glib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "xfce4-i3-workspaces-plugin";
version = "1.4.2";
version = "1.4.2-unstable-2025-05-28";
src = fetchFromGitHub {
owner = "denesb";
repo = "xfce4-i3-workspaces-plugin";
rev = version;
sha256 = "sha256-CKpofupoJhe5IORJgij6gOGotB+dGkUDtTUdon8/JdE=";
# Fix build with GCC 15.
rev = "d7c2d978e736a5e07f96142a31fac3bb7d0806b4";
hash = "sha256-9xr9uoXjriVmFmotsaM/wVAaJA/k5Dl/SWsPo4skV2E=";
};
nativeBuildInputs = [