about summary refs log tree commit diff
path: root/pkgs/applications/radio/gqrx
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-30 08:07:23 +0000
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-04-30 11:58:58 +0200
commit02702823272325dc88caeb158f94d3938d27c7f4 (patch)
tree7ff0571ad73d3c320f3a05694a088892ed9b8b58 /pkgs/applications/radio/gqrx
parent5c9977a5240dcd8ba8684c325e8ba5f055dab0ef (diff)
gqrx: 2.15.10 -> 2.16
Diffstat (limited to 'pkgs/applications/radio/gqrx')
-rw-r--r--pkgs/applications/radio/gqrx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/gqrx/default.nix b/pkgs/applications/radio/gqrx/default.nix
index e6bcffda26512..1610d5e0f9f32 100644
--- a/pkgs/applications/radio/gqrx/default.nix
+++ b/pkgs/applications/radio/gqrx/default.nix
@@ -27,13 +27,13 @@ assert !(pulseaudioSupport && portaudioSupport);
 
 gnuradioMinimal.pkgs.mkDerivation rec {
   pname = "gqrx";
-  version = "2.15.10";
+  version = "2.16";
 
   src = fetchFromGitHub {
     owner = "gqrx-sdr";
     repo = "gqrx";
     rev = "v${version}";
-    hash = "sha256-oynon3bInIBZxGo2PjNY6jMGzJp82mqM2Yo9wI8fOjA=";
+    hash = "sha256-14MVimOxM7upq6vpEhvVRnrverBuFToE2ktNhG59LKE=";
   };
 
   nativeBuildInputs = [