gqrx: 2.17.5 -> 2.17.6

This commit is contained in:
R. Ryantm
2024-11-30 18:54:25 +01:00
committed by Bjørn Forsman
parent a3a9591051
commit 9b3a550e96
+2 -2
View File
@@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
gnuradioMinimal.pkgs.mkDerivation rec {
pname = "gqrx";
version = "2.17.5";
version = "2.17.6";
src = fetchFromGitHub {
owner = "gqrx-sdr";
repo = "gqrx";
rev = "v${version}";
hash = "sha256-9VePsl/vaSTZ1TMyIeaGoZNrZv+O/7BxQ3ubD5S2EjY=";
hash = "sha256-/ykKcwOotu8kn+EpJI+EUeqSkHZ2IrSh+o7lBGeHrZ0=";
};
nativeBuildInputs = [