wxGTK32: 3.2.7.1 -> 3.2.8.1 (#406780)

This commit is contained in:
Weijia Wang 2025-07-11 21:53:53 -05:00 committed by GitHub
commit 272bc07df3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];