From 0e5cce32d82cbfff0f17567e65e5ec97a20e0274 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 28 Feb 2017 11:08:54 -0600 Subject: qt57: update community releases automatically --- pkgs/development/libraries/qt-5/5.7/fetch.sh | 1 + pkgs/development/libraries/qt-5/5.7/srcs.nix | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'pkgs/development/libraries/qt-5/5.7') diff --git a/pkgs/development/libraries/qt-5/5.7/fetch.sh b/pkgs/development/libraries/qt-5/5.7/fetch.sh index 0f7d123aeb234..6a6a34d520d69 100644 --- a/pkgs/development/libraries/qt-5/5.7/fetch.sh +++ b/pkgs/development/libraries/qt-5/5.7/fetch.sh @@ -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' ) diff --git a/pkgs/development/libraries/qt-5/5.7/srcs.nix b/pkgs/development/libraries/qt-5/5.7/srcs.nix index fe497555874d9..3fc4fab4ea541 100644 --- a/pkgs/development/libraries/qt-5/5.7/srcs.nix +++ b/pkgs/development/libraries/qt-5/5.7/srcs.nix @@ -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 { -- cgit 1.4.1