Skip to content

Commit 9b3a550

Browse files
r-ryantmbjornfor
authored andcommitted
gqrx: 2.17.5 -> 2.17.6
1 parent a3a9591 commit 9b3a550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/radio/gqrx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
2727

2828
gnuradioMinimal.pkgs.mkDerivation rec {
2929
pname = "gqrx";
30-
version = "2.17.5";
30+
version = "2.17.6";
3131

3232
src = fetchFromGitHub {
3333
owner = "gqrx-sdr";
3434
repo = "gqrx";
3535
rev = "v${version}";
36-
hash = "sha256-9VePsl/vaSTZ1TMyIeaGoZNrZv+O/7BxQ3ubD5S2EjY=";
36+
hash = "sha256-/ykKcwOotu8kn+EpJI+EUeqSkHZ2IrSh+o7lBGeHrZ0=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)