qsyncthingtray: 0.5.7 -> 0.5.8
This commit is contained in:
parent
3abfc161f9
commit
9932ecea90
@ -5,14 +5,14 @@
|
|||||||
, preferQWebView ? false }:
|
, preferQWebView ? false }:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "0.5.7";
|
version = "0.5.8";
|
||||||
name = "qsyncthingtray-${version}";
|
name = "qsyncthingtray-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sieren";
|
owner = "sieren";
|
||||||
repo = "QSyncthingTray";
|
repo = "QSyncthingTray";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0crrdpdmlc4ahkvp5znzc4zhfwsdih655q1kfjf0g231mmynxhvq";
|
sha256 = "1n9g4j7qznvg9zl6x163pi9f7wsc3x6q76i33psnm7x2v1i22x5w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qtwebengine ] ++ lib.optional preferQWebView qtwebkit;
|
buildInputs = [ qtbase qtwebengine ] ++ lib.optional preferQWebView qtwebkit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user