Skip to content

Commit

Permalink
gqrx: 2.17.5 -> 2.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Nov 30, 2024
1 parent a3a9591 commit 9b3a550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/gqrx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9b3a550

Please sign in to comment.