aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-09-19 09:49:02 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-09-19 09:49:02 -0700
commit885067f4c195528e5177befd961dea7c0d1cf5d4 (patch)
tree2eba05a89377355348004c28f1ba308c77e31ff1 /pkgs
parent954f292ccdfb5a3b41f7c59dadebb81979c8a9a4 (diff)
downloadnix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar.gz
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar.bz2
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar.lz
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar.xz
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.tar.zst
nix-885067f4c195528e5177befd961dea7c0d1cf5d4.zip
Update to latest SDRconnect
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/sdrconnect/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/sdrconnect/default.nix b/pkgs/sdrconnect/default.nix
index 72b0833..89a9a62 100644
--- a/pkgs/sdrconnect/default.nix
+++ b/pkgs/sdrconnect/default.nix
@@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation {
inherit pname;
- version = "0.0.0-preview3-f795c3df0";
+ version = "0.0.0-preview4-5dce37273";
src = fetchurl {
- url = "https://www.sdrplay.com/software/SDRconnect_linux-x64_f795c3df0.run";
- sha256 = "291b38cd9c44e52cf18c0a9c98c243b974e744cd1fa4a7deb61d1a15a9d1c48d";
+ url = "https://www.sdrplay.com/software/SDRconnect_linux-x64_5dce37273.run";
+ sha256 = "70ec8cc3cc70266e882912ba3ec50ad2bd2c38d58e950fcbb6418df0cf756abb";
};
sourceRoot = ".";