radiotray-ng: 0.2.7 -> 0.2.8

This commit is contained in:
R. RyanTM 2021-08-23 02:06:14 +00:00
parent 45d3c11c72
commit ae5219a941

View file

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