wxGTK30: 3.0.4 → 3.0.5

This commit is contained in:
Nikolay Korotkiy 2021-02-14 11:03:27 +03:00
parent 3b0a46ed02
commit 46d5e5db9c
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -19,14 +19,14 @@ assert withWebKit -> webkitgtk != null;
assert assertMsg (withGtk2 -> withWebKit == false) "wxGTK30: You cannot enable withWebKit when using withGtk2.";
stdenv.mkDerivation rec {
version = "3.0.4";
version = "3.0.5";
pname = "wxwidgets";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
rev = "v${version}";
sha256 = "19mqglghjjqjgz4rbybn3qdgn2cz9xc511nq1pvvli9wx2k8syl1";
sha256 = "1l33629ifx2dl2j71idqbd2qb6zb1d566ijpkvz6irrr50s6gbx7";
};
buildInputs = [