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

gqrx: 2.11.5 -> 2.12.1
This commit is contained in:
markuskowa 2020-02-01 11:13:00 +01:00 committed by GitHub
commit 7add31aa29
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 {
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 ];