soapysdr: 0.8.0 -> 0.8.1

This commit is contained in:
pmenke 2021-07-30 18:20:24 +02:00 committed by Bjørn Forsman
parent 0c093cc428
commit 2293303660

View file

@ -8,7 +8,7 @@
let
version = "0.8.0";
version = "0.8.1";
modulesVersion = with lib; versions.major version + "." + versions.minor version;
modulesPath = "lib/SoapySDR/modules" + modulesVersion;
extraPackagesSearchPath = lib.makeSearchPath modulesPath extraPackages;
@ -21,7 +21,7 @@ in stdenv.mkDerivation {
owner = "pothosware";
repo = "SoapySDR";
rev = "soapy-sdr-${version}";
sha256 = "1dy25zxk7wmg7ik82dx7h3bbbynvalbz1dxsl7kgm3374yxhnixv";
sha256 = "19f2x0pkxvf9figa0pl6xqlcz8fblvqb19mcnj632p0l8vk6qdv2";
};
nativeBuildInputs = [ cmake makeWrapper pkg-config ];