gqrx: 2.15.9 -> 2.15.10

Diff: https://github.com/gqrx-sdr/gqrx/compare/v2.15.9...v2.15.10
This commit is contained in:
Doron Behar 2023-04-14 19:29:02 +03:00
parent 2ba48cc8de
commit ab6c85f31c

View File

@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
gnuradio3_8Minimal.pkgs.mkDerivation rec {
pname = "gqrx";
version = "2.15.9";
version = "2.15.10";
src = fetchFromGitHub {
owner = "gqrx-sdr";
repo = "gqrx";
rev = "v${version}";
hash = "sha256-KQBtYVEfOXpzfxNMgTu6Hup7XpjubrpvZazcFlml4Kg=";
hash = "sha256-oynon3bInIBZxGo2PjNY6jMGzJp82mqM2Yo9wI8fOjA=";
};
nativeBuildInputs = [