Commit 59267534 authored by Evils's avatar Evils Committed by Yt
Browse files

wxGTK32: 3.2.3 -> 3.2.4

parent c84df48c
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.3";
  version = "3.2.4";

  src = fetchFromGitHub {
    owner = "wxWidgets";
    repo = "wxWidgets";
    rev = "v${version}";
    hash = "sha256-tuLNNhQA9HGax1aueZHQ+eB2dyIQnKjlmarp7e6Jplc=";
    hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E=";
  };

  nativeBuildInputs = [ pkg-config ];