Merge pull request #201281 from r-ryantm/auto-update/icewm

icewm: 3.2.1 -> 3.2.2

authored by Anderson Torres and committed by GitHub f2d92329 bed01d87

+2 -2
+2 -2
pkgs/applications/window-managers/icewm/default.nix
··· 41 41 42 42 stdenv.mkDerivation (finalAttrs: { 43 43 pname = "icewm"; 44 - version = "3.2.1"; 44 + version = "3.2.2"; 45 45 46 46 src = fetchFromGitHub { 47 47 owner = "ice-wm"; 48 48 repo = "icewm"; 49 49 rev = finalAttrs.version; 50 - hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0="; 50 + hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw="; 51 51 }; 52 52 53 53 nativeBuildInputs = [