From 72e80ed34d0316e22bbe25d8b0d053fe8b725c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 1 Jun 2026 10:42:20 -0700 Subject: [PATCH] icewm: 3.8.2 -> 4.0.0 Diff: https://github.com/ice-wm/icewm/compare/3.8.2...4.0.0 Changelog: https://github.com/ice-wm/icewm/releases/tag/4.0.0 --- pkgs/by-name/ic/icewm/package.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ic/icewm/package.nix b/pkgs/by-name/ic/icewm/package.nix index 99793c5c76c7..c1a5b300893d 100644 --- a/pkgs/by-name/ic/icewm/package.nix +++ b/pkgs/by-name/ic/icewm/package.nix @@ -33,6 +33,7 @@ libsndfile, libtiff, libxcb, + libxcursor, mkfontdir, pcre2, perl, @@ -41,13 +42,13 @@ gccStdenv.mkDerivation (finalAttrs: { pname = "icewm"; - version = "3.8.2"; + version = "4.0.0"; src = fetchFromGitHub { owner = "ice-wm"; repo = "icewm"; tag = finalAttrs.version; - hash = "sha256-CbIQICov0h3lBDT54dEODkINNXou6CUEhRQAPZwfYK0="; + hash = "sha256-4+nW8JJ3CDEPOZZ4p0EZM86h+rAifTuGDZxoFMUI7K0="; }; strictDeps = true; @@ -90,6 +91,7 @@ gccStdenv.mkDerivation (finalAttrs: { libsndfile libtiff libxcb + libxcursor mkfontdir pcre2 ]; @@ -109,6 +111,7 @@ gccStdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://ice-wm.org/"; + changelog = "https://github.com/ice-wm/icewm/releases/tag/${finalAttrs.src.tag}"; description = "Simple, lightweight X window manager"; longDescription = '' IceWM is a window manager for the X Window System. The goal of IceWM is