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

icewm: 3.2.0 -> 3.2.1

authored by Anderson Torres and committed by GitHub 058c9220 9f0f80b0

+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.0"; 44 + version = "3.2.1"; 45 45 46 46 src = fetchFromGitHub { 47 47 owner = "ice-wm"; 48 48 repo = "icewm"; 49 49 rev = finalAttrs.version; 50 - hash = "sha256-fTaWfItY//fkvaYADeCBYg+dag59Y9Fw+Al0UgHnkXc="; 50 + hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0="; 51 51 }; 52 52 53 53 nativeBuildInputs = [