Merge pull request #234179 from Tungsten842/sdrangel

sdrangel: 7.13.0 -> 7.14.1
This commit is contained in:
Weijia Wang 2023-05-26 13:08:56 +03:00 committed by GitHub
commit ab0bd502bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,11 @@
, libbladeRF
, mbelib
, ninja
, ocl-icd
, opencv3
, pkg-config
, qtcharts
, qtdeclarative
, qtgamepad
, qtgraphicaleffects
, qtlocation
, qtmultimedia
@ -50,13 +50,13 @@
stdenv.mkDerivation rec {
pname = "sdrangel";
version = "7.13.0";
version = "7.14.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
hash = "sha256-xG41FNlMfqH5MaGVFFENP0UFEkZYiWhtpNSPh2s4Irk=";
hash = "sha256-AsKjsoIyGjGpRGA+pYQsO4x2C5Rb7xaG+Q0cS3xANcM=";
};
nativeBuildInputs = [ cmake ninja pkg-config wrapQtAppsHook ];
@ -86,6 +86,7 @@ stdenv.mkDerivation rec {
opencv3
qtcharts
qtdeclarative
qtgamepad
qtgraphicaleffects
qtlocation
qtmultimedia
@ -112,8 +113,6 @@ stdenv.mkDerivation rec {
"-Wno-dev"
];
LD_LIBRARY_PATH = "${ocl-icd}/lib";
meta = with lib; {
description = "Software defined radio (SDR) software";
longDescription = ''