Merge pull request #226175 from doronbehar/pkg/gqrx

gqrx: 2.15.9 -> 2.15.10
This commit is contained in:
Doron Behar
2023-04-14 10:50:46 -07:00
committed by GitHub

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 = [