aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
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 = ".";