gqrx: 2.14 -> 2.14.2

This commit is contained in:
R. RyanTM 2020-12-05 19:31:40 +00:00
parent 29045c2322
commit c8a1fd6e39

View File

@ -9,13 +9,13 @@ assert pulseaudioSupport -> libpulseaudio != null;
mkDerivation rec { mkDerivation rec {
pname = "gqrx"; pname = "gqrx";
version = "2.14"; version = "2.14.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "csete"; owner = "csete";
repo = "gqrx"; repo = "gqrx";
rev = "v${version}"; rev = "v${version}";
sha256 = "1iz4lgk99v5bwzk35wi4jg8nn3gbp0vm1p6svs42mxxxf9f99j7i"; sha256 = "15xlzfgmffq43wn74xjqc5p2m21i3lh28qqskd2jf2hhvanpcwcp";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];