Merge pull request #312372 from evils/wxGTK325

wxGTK32: 3.2.4 -> 3.2.5
This commit is contained in:
Peder Bergebakken Sundt 2024-06-07 09:36:21 +02:00 committed by GitHub
commit 7bdf550077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,23 +51,15 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.4";
version = "3.2.5";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E=";
hash = "sha256-ibkXs693xO+z3JuMvlG4b/+A8f4Lf5TYqdDa67fb9ck=";
};
patches = [
(fetchpatch {
name = "avoid_gtk3_crash.patch";
url = "https://github.com/wxWidgets/wxWidgets/commit/8ea22b5e92bf46add0b20059f6e39a938858ff97.patch";
hash = "sha256-zAyqVTdej4F3R7vVMLiKkXqJTAHDtGYJnyjaRyDmMOM=";
})
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [