mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #206743 from markuskowa/upd-qradiolink
qradiolink: 0.8.7-1 -> 0.8.8-1
This commit is contained in:
commit
4fdff75b52
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
, libsndfile
|
||||
, libftdi
|
||||
, limesuite
|
||||
, soapysdr-with-plugins
|
||||
, protobuf
|
||||
, speex
|
||||
, speexdsp
|
||||
|
@ -23,13 +24,13 @@
|
|||
|
||||
gnuradio3_8.pkgs.mkDerivation rec {
|
||||
pname = "qradiolink";
|
||||
version = "0.8.7-1";
|
||||
version = "0.8.8-1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qradiolink";
|
||||
repo = "qradiolink";
|
||||
rev = version;
|
||||
sha256 = "sha256-4WkAEJvWu1+ZYDeipRl1oJWn5IR1nTXJ8We0trhbkQE=";
|
||||
sha256 = "sha256-2M5TSTNbbH188GiKqjP+IfBqks379Fw0fiGLBNiaxEg=";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
|
@ -58,6 +59,7 @@ gnuradio3_8.pkgs.mkDerivation rec {
|
|||
libopus
|
||||
libjpeg
|
||||
limesuite
|
||||
soapysdr-with-plugins
|
||||
speex
|
||||
speexdsp
|
||||
gnuradio3_8.qt.qtbase
|
||||
|
|
Loading…
Reference in a new issue