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

gqrx: 2.14 -> 2.14.2
This commit is contained in:
Sandro 2020-12-05 21:05:23 +01:00 committed by GitHub
commit a7d5d67a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];