Merge pull request #104539 from r-ryantm/auto-update/gqrx

gqrx: 2.13.5 -> 2.14
This commit is contained in:
Mario Rodas
2020-11-28 15:17:24 -05:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@ assert pulseaudioSupport -> libpulseaudio != null;
mkDerivation rec { mkDerivation rec {
pname = "gqrx"; pname = "gqrx";
version = "2.13.5"; version = "2.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "csete"; owner = "csete";
repo = "gqrx"; repo = "gqrx";
rev = "v${version}"; rev = "v${version}";
sha256 = "168wjad5g0ka555hwsciwbj7fqx1c89q59hq1yxj8aiyp5kfcahx"; sha256 = "1iz4lgk99v5bwzk35wi4jg8nn3gbp0vm1p6svs42mxxxf9f99j7i";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];