summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/soapyremote
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-30 11:49:20 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-30 11:49:20 +0000
commit85b8699dff9d620a9568c5a39ca19ed7b8fa3e78 (patch)
tree8ace1be913872193ae50a4e9f9c55ba246333169 /pkgs/applications/radio/soapyremote
parentd807152c69bf2854631ff9b8706478c10b84401b (diff)
soapyremote: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs/applications/radio/soapyremote')
-rw-r--r--pkgs/applications/radio/soapyremote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/soapyremote/default.nix b/pkgs/applications/radio/soapyremote/default.nix
index ed94693db41f..b49debdb1af0 100644
--- a/pkgs/applications/radio/soapyremote/default.nix
+++ b/pkgs/applications/radio/soapyremote/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, soapysdr, avahi }:
let
- version = "0.5.1";
+ version = "0.5.2";
in stdenv.mkDerivation {
pname = "soapyremote";
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
owner = "pothosware";
repo = "SoapyRemote";
rev = "soapy-remote-${version}";
- sha256 = "1qlpjg8mh564q26mni8g6bb8w9nj7hgcq86278fszxpwpnk3jsvk";
+ sha256 = "124sy9v08fm51ds1yzrxspychn34y0rl6y48mzariianazvzmfax";
};
nativeBuildInputs = [ cmake ];