wxGTK32: 3.2.5 -> 3.2.6 (#340711)

This commit is contained in:
Nick Cao 2024-10-17 15:37:56 -04:00 committed by GitHub
commit d42e72b1a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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