Skip to content

Commit

Permalink
qsyncthingtray: 0.5.5rc2 -> 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zraexy authored and peterhoeg committed Feb 27, 2017
1 parent 1861733 commit 0680289
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/applications/misc/qsyncthingtray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
, qmakeHook }:

stdenv.mkDerivation rec {
version = "0.5.5rc2";
version = "0.5.7";
name = "qsyncthingtray-${version}";

src = fetchFromGitHub {
owner = "sieren";
repo = "QSyncthingTray";
rev = "${version}";
sha256 = "1x7j7ylgm4ih06m7gb5ls3c9bdjwbra675489caq2f04kgw4yxq2";
sha256 = "0crrdpdmlc4ahkvp5znzc4zhfwsdih655q1kfjf0g231mmynxhvq";
};

buildInputs = [ qtbase qtwebengine ];
Expand All @@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/bin
cp binary/QSyncthingTray $out/bin
cat > $out/bin/qt.conf <<EOF
[Paths]
Prefix = ${qtwebengine.out}
EOF
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 0680289

Please sign in to comment.