wxwidgets_3_2: 3.2.9 -> 3.2.11

https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.11/docs/changes.txt
This commit is contained in:
FliegendeWurst
2026-07-08 07:54:38 +02:00
parent b7651b5e84
commit d7d5100e15
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wxwidgets";
version = "3.2.9";
version = "3.2.11";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
tag = "v${finalAttrs.version}";
hash = "sha256-mYMUW3FnFkKHDQXb/k9UosSiWCPW7OQn+/orwq4Q95k=";
hash = "sha256-YaQrPJSlTpJKwjXLdRsGB04f7wKJCWfHjXWkB45qyEg=";
};
nativeBuildInputs = [ pkg-config ];