Skip to content

Commit

Permalink
qt57: update community releases automatically
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e5cce3)
  • Loading branch information
ttuegel committed Feb 28, 2017
1 parent 94ff97c commit b377ba3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/qt-5/5.7/fetch.sh
Original file line number Diff line number Diff line change
@@ -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' )
24 changes: 16 additions & 8 deletions pkgs/development/libraries/qt-5/5.7/srcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit b377ba3

Please sign in to comment.