icewm: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2022-12-06 04:51:42 +00:00
parent d74e49d8d1
commit 171610815f

View file

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw=";
hash = "sha256-cG+I7WMWboMNH6A0eKFI3evN16C5EGE127q+a/PBR5E=";
};
nativeBuildInputs = [