wxGTK32: 3.2.1 -> 3.2.2

This commit is contained in:
Evils 2023-02-09 23:38:30 +01:00
parent e5530aba13
commit 80bce711c3

View file

@ -53,13 +53,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-k6td/8pF7ad7+gVm7L0jX79fHKwR7/qrOBpSFggyaI0=";
hash = "sha256-bGvFrQNiGXBMyYd4cyDrZs4D7hKo/WqYkDRoGT5t5a0=";
};
# Workaround for pkgsMusl.wxGTK32 failing as: