qt5.15: restore the version override

I am bad at this.
This commit is contained in:
K900 2022-07-13 14:56:06 +03:00
parent 8169a7fce0
commit dd4afc7c00

View File

@ -2,7 +2,9 @@
let
version = "5.15.5";
overrides = {};
overrides = {
qtscript.version = "5.15.4";
};
mk = name: args:
let