icewm: 3.7.3 -> 3.7.4 (#402970)

This commit is contained in:
OTABI Tomoya
2025-05-06 16:19:24 +09:00
committed by GitHub
+2 -2
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.7.3";
version = "3.7.4";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
tag = finalAttrs.version;
hash = "sha256-A9LLVIU00ddINMiiuBapp4dc4/w8Z+TeC+zXV1CtTCE=";
hash = "sha256-lrYMx7UlVXQg6HlyajuxpV9liHXka0K/pJLrquTX2XQ=";
};
strictDeps = true;