Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toggldesktop: bump qt-oauth-lib (see #53676) #54587

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions pkgs/applications/misc/toggldesktop/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchzip, buildEnv, makeDesktopItem, runCommand, writeText, pkgconfig
, cmake, qmake, cacert, jsoncpp, libX11, libXScrnSaver, lua, openssl, poco
, qtbase, qtwebkit, qtx11extras, sqlite }:
, qtbase, qtwebengine, qtx11extras, sqlite }:

let
name = "toggldesktop-${version}";
Expand Down Expand Up @@ -39,15 +39,15 @@ let

qt-oauth-lib = stdenv.mkDerivation rec {
name = "qt-oauth-lib-${version}";
version = "20180521.233208";
version = "20190125.190943";

src = fetchzip {
url = "https://github.com/yegortimoshenko/qt-oauth-lib/archive/${version}.tar.gz";
sha256 = "0f46d44slzvzaqx0lksvv14lsc1jp8vd2mragxd61r820hybf5z3";
sha256 = "0zmfgvdf6n79mgfvbda7lkdxxlzjmy86436gqi2r5x05vq04sfrj";
};

nativeBuildInputs = [ qmake ];
buildInputs = [ qtbase qtwebkit ];
buildInputs = [ qtbase qtwebengine ];
};

poco-pc = writeText "poco.pc" ''
Expand Down Expand Up @@ -100,7 +100,7 @@ let
libtoggl
qxtglobalshortcut
qtbase
qtwebkit
qtwebengine
qt-oauth-lib
qtx11extras
libX11
Expand Down