Unverified Commit d42e72b1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

wxGTK32: 3.2.5 -> 3.2.6 (#340711)

parents 0250de1b 85d13569
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];