icewm: 3.4.3 -> 3.4.4

This commit is contained in:
R. Ryantm 2023-11-03 12:28:15 +00:00 committed by Anderson Torres
parent 11cae01855
commit 1db183588e

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-SgSbcWNib2BXyTOBDI1J2TzXhnXoRH0GK3rJvyLID7w=";
hash = "sha256-bnoNkBsNJ/6CVmm5I/nwy6LGxYhxPXssjZ3TT7FdEz8=";
};
nativeBuildInputs = [