qt57: update community releases automatically

This commit is contained in:
Thomas Tuegel 2017-02-28 11:08:54 -06:00
parent e0b04b4c37
commit 0e5cce32d8
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 17 additions and 8 deletions

View File

@ -1,2 +1,3 @@
WGET_ARGS=( http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/ \
http://download.qt.io/community_releases/5.7/5.7.1/ \
-A '*.tar.xz' )

View File

@ -2,14 +2,6 @@
{ fetchurl, mirror }:
{
qtwebkit = {
version = "5.7.0";
src = fetchurl {
url = "${mirror}/community_releases/5.7/5.7.0/qtwebkit-opensource-src-5.7.0.tar.xz";
sha256 = "1prlpl3zslzpr1iv7m3irvxjxn3v8nlxh21v9k2kaq4fpwy2b8y7";
name = "qtwebkit-opensource-src-5.7.0.tar.xz";
};
};
qt3d = {
version = "5.7.1";
src = fetchurl {
@ -266,6 +258,22 @@
name = "qtwebengine-opensource-src-5.7.1.tar.xz";
};
};
qtwebkit = {
version = "5.7.1";
src = fetchurl {
url = "${mirror}/community_releases/5.7/5.7.1/qtwebkit-opensource-src-5.7.1.tar.xz";
sha256 = "00szgcra6pf2myfjrdbsr1gmrxycpbjqlzkplna5yr1rjg4gfv54";
name = "qtwebkit-opensource-src-5.7.1.tar.xz";
};
};
qtwebkit-examples = {
version = "5.7.1";
src = fetchurl {
url = "${mirror}/community_releases/5.7/5.7.1/qtwebkit-examples-opensource-src-5.7.1.tar.xz";
sha256 = "09c2ni3nf7vdsw1y9yhpbal9zs8jgvi1wndnva6mgdbcnm8h23fm";
name = "qtwebkit-examples-opensource-src-5.7.1.tar.xz";
};
};
qtwebsockets = {
version = "5.7.1";
src = fetchurl {