about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2019-02-11 23:52:05 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2019-02-11 23:52:05 +0100
commit9af4499de48974c7032dd701a97e117831ee3d7a (patch)
treeb8c1d412a55900a2f0ba935922155987ddb9aed5
parentbf9480e627a64b4957b32c8fc8630e819ecc6d9b (diff)
downloadnixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar.gz
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar.bz2
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar.lz
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar.xz
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.tar.zst
nixlib-9af4499de48974c7032dd701a97e117831ee3d7a.zip
soapyremote: 0.5.0 -> 0.5.1
-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 f6970c156b8f..a0057978ea33 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.0";
+  version = "0.5.1";
 
 in stdenv.mkDerivation {
   name = "soapyremote-${version}";
@@ -10,7 +10,7 @@ in stdenv.mkDerivation {
     owner = "pothosware";
     repo = "SoapyRemote";
     rev = "soapy-remote-${version}";
-    sha256 = "1lyjhf934zap61ky7rbk46bp8s8sjk8sgdyszhryfyf571jv9b2i";
+    sha256 = "1qlpjg8mh564q26mni8g6bb8w9nj7hgcq86278fszxpwpnk3jsvk";
   };
 
   nativeBuildInputs = [ cmake ];