radiotray-ng: 0.2.6 -> 0.2.7

https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.7
This commit is contained in:
Will Dietz 2019-10-28 01:43:53 -05:00
parent c5ed4a8b29
commit 0be3118f7e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "radiotray-ng";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "ebruck";
repo = "radiotray-ng";
repo = pname;
rev = "v${version}";
sha256 = "0khrfxjas2ldh0kksq7l811srqy16ahjxchvz0hhykx5hykymxlb";
sha256 = "1v2nsz7s0jj0wmqabzk6akcf1353rachm1lfq77hxbq9z5pw8pgb";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook makeWrapper ];