We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a9591 commit 9b3a550Copy full SHA for 9b3a550
pkgs/applications/radio/gqrx/default.nix
@@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
27
28
gnuradioMinimal.pkgs.mkDerivation rec {
29
pname = "gqrx";
30
- version = "2.17.5";
+ version = "2.17.6";
31
32
src = fetchFromGitHub {
33
owner = "gqrx-sdr";
34
repo = "gqrx";
35
rev = "v${version}";
36
- hash = "sha256-9VePsl/vaSTZ1TMyIeaGoZNrZv+O/7BxQ3ubD5S2EjY=";
+ hash = "sha256-/ykKcwOotu8kn+EpJI+EUeqSkHZ2IrSh+o7lBGeHrZ0=";
37
};
38
39
nativeBuildInputs = [
0 commit comments