Merge pull request #188249 from NixOS/revert-186728-auto-update/wxGTK31-gtk2

Revert "wxGTK31-gtk2: 3.1.5 -> 3.2.0"
This commit is contained in:
Ryan Mulligan 2022-08-24 21:04:30 -07:00 committed by GitHub
commit c23c406134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wxwidgets";
version = "3.2.0";
version = "3.1.5";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
hash = "sha256-8rOnIyNADQsZBmiofrxRc52WWNFH5u39gH/1FKKF4ZQ=";
hash = "sha256-2zMvcva0GUDmSYK0Wk3/2Y6R3F7MgdqGBrOhmWgVA6g=";
fetchSubmodules = true;
};