Loading pkgs/development/libraries/wxwidgets/wxGTK32.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/libraries/wxwidgets/wxGTK32.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading