qt59: fix qtCompatVersion

Qt 5.9 was incorrectly identified as being plugin-compatible with Qt 5.8.
This commit is contained in:
Thomas Tuegel 2017-06-27 21:15:44 -05:00
parent 298c3bdac0
commit 2ed4b6fad8
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -31,7 +31,7 @@ with stdenv.lib;
let
qtCompatVersion = "5.8";
qtCompatVersion = "5.9";
mirror = "http://download.qt.io";
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; };