wxGTK32: 3.2.3 -> 3.2.4

authored by Evils and committed by Yt 59267534 c84df48c

+2 -2
+2 -2
pkgs/development/libraries/wxwidgets/wxGTK32.nix
··· 50 50 in 51 51 stdenv.mkDerivation rec { 52 52 pname = "wxwidgets"; 53 - version = "3.2.3"; 53 + version = "3.2.4"; 54 54 55 55 src = fetchFromGitHub { 56 56 owner = "wxWidgets"; 57 57 repo = "wxWidgets"; 58 58 rev = "v${version}"; 59 - hash = "sha256-tuLNNhQA9HGax1aueZHQ+eB2dyIQnKjlmarp7e6Jplc="; 59 + hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E="; 60 60 }; 61 61 62 62 nativeBuildInputs = [ pkg-config ];