[Backport release-25.05] wxGTK32: 3.2.7.1 -> 3.2.8.1 (#424495)

This commit is contained in:
Wolfgang Walther
2025-08-14 08:01:47 +00:00
committed by GitHub

View File

@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.7.1";
version = "3.2.8.1";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-CKU0Aa78YrtGKLE9/MF9VNc2fmzPZ1j4lviX1aAv9cQ=";
hash = "sha256-aXI59oN5qqds6u2/6MI7BYLbFPy3Yrfn2FGTfxlPG7o=";
};
nativeBuildInputs = [ pkg-config ];