From 9af4499de48974c7032dd701a97e117831ee3d7a Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Mon, 11 Feb 2019 23:52:05 +0100 Subject: [PATCH] soapyremote: 0.5.0 -> 0.5.1 --- pkgs/applications/radio/soapyremote/default.nix | 4 ++-- 1 file 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 ];