gqrx: 2.17.3 -> 2.17.4

This commit is contained in:
R. Ryantm 2024-02-10 05:15:12 +00:00 committed by Bjørn Forsman
parent 8b5f49b12f
commit 9726ab03eb

View file

@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
gnuradioMinimal.pkgs.mkDerivation rec {
pname = "gqrx";
version = "2.17.3";
version = "2.17.4";
src = fetchFromGitHub {
owner = "gqrx-sdr";
repo = "gqrx";
rev = "v${version}";
hash = "sha256-dHbDy/aIsqBQG1raeN9nM/QtiFgy+Qhoj/ThN8LV6gI=";
hash = "sha256-7TjmtF0B+dxUcoXXzpF47dHwxhNMKKQ8Mpf/FFTuwl4=";
};
nativeBuildInputs = [