3
0
Fork 0
forked from mirrors/nixpkgs

Revert "wxGTK31-gtk2: 3.1.5 -> 3.2.0"

This commit is contained in:
Ryan Mulligan 2022-08-24 20:50:14 -07:00 committed by GitHub
parent b12093cb4f
commit fe26049786
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;
};