wxGTK32: 3.2.3 -> 3.2.4

This commit is contained in:
Evils
2023-11-16 06:43:23 +00:00
committed by Yt
parent c84df48c28
commit 59267534ac
@@ -50,13 +50,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-tuLNNhQA9HGax1aueZHQ+eB2dyIQnKjlmarp7e6Jplc=";
hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E=";
};
nativeBuildInputs = [ pkg-config ];