Skip to content

Commit

Permalink
Merge pull request #113092 from sikmir/wxgtk30
Browse files Browse the repository at this point in the history
wxGTK30: 3.0.4 → 3.0.5
  • Loading branch information
SuperSandro2000 committed Mar 10, 2021
2 parents 6bd4e08 + 46d5e5d commit 3eb8efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wxwidgets/3.0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3eb8efb

Please sign in to comment.