icewm: 3.7.2 -> 3.7.3

Release notes: https://github.com/ice-wm/icewm/releases/tag/3.7.3
Changes: https://github.com/ice-wm/icewm/compare/3.7.2...3.7.3
This commit is contained in:
Yarny0
2025-04-18 11:02:26 +03:00
committed by Doron Behar
parent c2ad2d602a
commit 6b79bc7ebb
+2 -2
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.7.2";
version = "3.7.3";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
tag = finalAttrs.version;
hash = "sha256-A2rDDs55hxTX57B5Mq3Ljv3/n1ztPzYrZJ0+ndRMMn8=";
hash = "sha256-A9LLVIU00ddINMiiuBapp4dc4/w8Z+TeC+zXV1CtTCE=";
};
strictDeps = true;