gqrx: 2.13 -> 2.13.2

This commit is contained in:
R. RyanTM 2020-10-25 15:17:36 +00:00 committed by Bjørn Forsman
parent c7f819c39e
commit 3ff7bf9166

View File

@ -9,13 +9,13 @@ assert pulseaudioSupport -> libpulseaudio != null;
mkDerivation rec {
pname = "gqrx";
version = "2.13";
version = "2.13.2";
src = fetchFromGitHub {
owner = "csete";
repo = "gqrx";
rev = "v${version}";
sha256 = "034y8w2cwv35ibqnqb9bdgscsrcp6rr02fgscbfi3gky3n0qddcy";
sha256 = "1lcy9gqb1x9fwq550bywj7h66rdacq5893wsax1p7qvqa27d945b";
};
nativeBuildInputs = [ cmake ];