Robert Schütz
2026-06-01 10:47:12 -07:00
parent f98ba8e0b9
commit 72e80ed34d
+5 -2
View File
@@ -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