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

This commit is contained in:
Yegor Timoshenko 2019-01-25 22:12:08 +03:00
parent be445a9074
commit b6e72bfc07
No known key found for this signature in database
GPG Key ID: B0B0D739BB47A03A

View File

@ -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}";
@ -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" ''
@ -100,7 +100,7 @@ let
libtoggl
qxtglobalshortcut
qtbase
qtwebkit
qtwebengine
qt-oauth-lib
qtx11extras
libX11