Skip to content

Commit

Permalink
wxGTK32: 3.2.3 -> 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evils committed Nov 11, 2023
1 parent 85f1ba3 commit 0ce8c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wxwidgets/wxGTK32.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 0ce8c37

Please sign in to comment.