Merge pull request #128778 from markuskowa/upd-soapysdr
soapysdr: 0.7.2 -> 0.8.0
This commit is contained in:
commit
5a18bbb4fa
@ -8,7 +8,7 @@
|
||||
|
||||
let
|
||||
|
||||
version = "0.7.2";
|
||||
version = "0.8.0";
|
||||
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 = "102wnpjxrwba20pzdh1vvx0yg1h8vqd8z914idxflg9p14r6v5am";
|
||||
sha256 = "1dy25zxk7wmg7ik82dx7h3bbbynvalbz1dxsl7kgm3374yxhnixv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user