wxwidgets_3_3: 3.3.2 -> 3.3.3.1

https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.3.1/docs/changes.txt
(cherry picked from commit fde12a2c59)
This commit is contained in:
FliegendeWurst
2026-07-08 07:53:39 +02:00
committed by github-actions[bot]
parent 2dc077ba95
commit bbf7064487

View File

@@ -32,14 +32,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wxwidgets";
version = "3.3.2";
version = "3.3.3.1";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-UL1NuByKFGMQ/dhjuWRdnWTgdy4+1cD9pSls3e1mur8=";
hash = "sha256-gB+mEk8rHpB4z1m8RWJSV+upKzLt7pZtlviS2g03EHY=";
};
nativeBuildInputs = [ pkg-config ];