wxGTK32: 3.2.8.1 -> 3.2.9 (#471001)

This commit is contained in:
Marcin Serwin
2026-02-22 17:59:51 +00:00
committed by GitHub
+3 -3
View File
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wxwidgets";
version = "3.2.8.1";
version = "3.2.9";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${finalAttrs.version}";
hash = "sha256-aXI59oN5qqds6u2/6MI7BYLbFPy3Yrfn2FGTfxlPG7o=";
tag = "v${finalAttrs.version}";
hash = "sha256-mYMUW3FnFkKHDQXb/k9UosSiWCPW7OQn+/orwq4Q95k=";
};
nativeBuildInputs = [ pkg-config ];