birdtray: 1.7.0 -> 1.8.0

This commit is contained in:
oxalica 2020-04-20 16:56:02 +08:00
parent b61999e4ad
commit 4ab8a6e622
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -7,29 +7,24 @@
, qtbase , qtbase
, qttools , qttools
, qtx11extras , qtx11extras
, sqlite
}: }:
mkDerivation rec { mkDerivation rec {
pname = "birdtray"; pname = "birdtray";
version = "1.7.0"; version = "1.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gyunaev"; owner = "gyunaev";
repo = pname; repo = pname;
rev = "RELEASE_${version}"; rev = version;
sha256 = "0wj2lq5bz1p0cf6yj43v3ifxschcrh5amwx30wqw2m4bb8syzjw1"; sha256 = "15d0gz889vf9b2a046m93s5kdi6lw2sqjd5gaxgjkjrs20x5vr18";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ buildInputs = [
qtbase qtx11extras sqlite qtbase qttools qtx11extras
]; ];
installPhase = ''
install -Dm755 birdtray $out/bin/birdtray
'';
meta = with lib; { meta = with lib; {
description = "Mail system tray notification icon for Thunderbird"; description = "Mail system tray notification icon for Thunderbird";
homepage = "https://github.com/gyunaev/birdtray"; homepage = "https://github.com/gyunaev/birdtray";