wxGTK32: 3.2.5 -> 3.2.6

Changes: https://github.com/wxWidgets/wxWidgets/compare/v3.2.5...v3.2.6
This commit is contained in:
Sergei Trofimovich
2024-09-09 09:08:19 +01:00
parent d01b5ff5b5
commit 85d135690d
@@ -50,13 +50,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.5";
version = "3.2.6";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-ibkXs693xO+z3JuMvlG4b/+A8f4Lf5TYqdDa67fb9ck=";
hash = "sha256-7dc7NGiKSonFFaWp3UxLYqDc1Cc6no1Eba0QmtzX5mM=";
};
nativeBuildInputs = [ pkg-config ];