about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.9/fetch.sh
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-02 17:20:24 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-02 17:22:17 +0000
commita1b77bfe5ff91a250217b47adbbc961cc61a21e3 (patch)
tree0273d9c5d33de68e8ac92c807de3779dd16d152b /pkgs/development/libraries/qt-5/5.9/fetch.sh
parentaf9cf7ec77ea9cdd95bf148c8a03eb7d6aaba8e1 (diff)
downloadnixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar.gz
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar.bz2
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar.lz
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar.xz
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.tar.zst
nixlib-a1b77bfe5ff91a250217b47adbbc961cc61a21e3.zip
Revert "qt5: 5.9.1 -> 5.9.3"
KDE frameworks 5.40 are not compatible with Qt 5.9.3: #32253

This reverts commit bd71d3aef7a61f1c01e14fa5c0ec7f6f6a7dc56e (#32100).
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.9/fetch.sh')
-rw-r--r--pkgs/development/libraries/qt-5/5.9/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/5.9/fetch.sh b/pkgs/development/libraries/qt-5/5.9/fetch.sh
index 103fa4e09abc..2ae85bba391d 100644
--- a/pkgs/development/libraries/qt-5/5.9/fetch.sh
+++ b/pkgs/development/libraries/qt-5/5.9/fetch.sh
@@ -1,2 +1,2 @@
-WGET_ARGS=( http://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/ \
+WGET_ARGS=( http://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/ \
             -A '*.tar.xz' )