icewm: 3.7.1 -> 3.7.2

Release notes: https://github.com/ice-wm/icewm/releases/tag/3.7.2
Changes: https://github.com/ice-wm/icewm/compare/3.7.1...3.7.2

Also drops a patch which is now included in the new version, cf.
https://github.com/NixOS/nixpkgs/issues/385959
https://github.com/bbidulock/icewm/issues/794
This commit is contained in:
Yarny0
2025-04-18 11:02:26 +03:00
committed by Doron Behar
parent cd774633a4
commit c2ad2d602a
+2 -14
View File
@@ -37,18 +37,17 @@
pcre2,
perl,
pkg-config,
fetchpatch,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
tag = finalAttrs.version;
hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A=";
hash = "sha256-A2rDDs55hxTX57B5Mq3Ljv3/n1ztPzYrZJ0+ndRMMn8=";
};
strictDeps = true;
@@ -95,17 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
];
patches = [
# https://github.com/NixOS/nixpkgs/issues/385959
# https://github.com/bbidulock/icewm/issues/794
# TODO: remove this patch when it is included in a release
(fetchpatch {
name = "fdomenu-icons-quoted";
url = "https://github.com/bbidulock/icewm/commit/74bb0a2989127a3ff87d2932ff547713bc710cfe.patch";
hash = "sha256-/rMSJYGAJs9cgNu5j4Mov/PfO7ocXQeNRq0vasfRcKA=";
})
];
cmakeFlags = [
"-DPREFIX=$out"
"-DCFGDIR=/etc/icewm"