gqrx: 2.11.5 -> 2.12.1

This commit is contained in:
R. RyanTM 2020-01-31 23:14:55 +00:00
parent 6ea79d2707
commit 71db54a01f

View File

@ -9,13 +9,13 @@ assert pulseaudioSupport -> libpulseaudio != null;
mkDerivation rec {
pname = "gqrx";
version = "2.11.5";
version = "2.12.1";
src = fetchFromGitHub {
owner = "csete";
repo = "gqrx";
rev = "v${version}";
sha256 = "0q9i0dhd6blagxzk84pzqjq8n4ym3jc1mkkhygg8yncr4vq2saaf";
sha256 = "00alf3q6y313xpx6p7v43vqsphd2x4am4q362lw21bcy9wc4jidw";
};
nativeBuildInputs = [ cmake ];