limesuite: 22.09.1 -> 23.10.0

This commit is contained in:
Markus Kowalewski
2023-10-27 14:00:36 +02:00
parent 5438b83028
commit f522936ca5
+2 -13
View File
@@ -1,5 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake
, fetchpatch
, sqlite, wxGTK32, libusb1, soapysdr
, mesa_glu, libX11, gnuplot, fltk
, GLUT
@@ -8,25 +7,15 @@
stdenv.mkDerivation rec {
pname = "limesuite";
version = "22.09.1";
version = "23.10.0";
src = fetchFromGitHub {
owner = "myriadrf";
repo = "LimeSuite";
rev = "v${version}";
sha256 = "sha256-t3v2lhPZ1L/HRRBwA3k1KfIpih6R4TUmBWaIm8sVGdY=";
sha256 = "sha256-o58UNc4r+MQbH00727YTV17M7D29BbH8CgUXCORKk7E=";
};
patches = [
# Pull gcc-13 fix pending upstream inclusion:
# https://github.com/myriadrf/LimeSuite/pull/384
(fetchpatch {
name = "gcc-13.patch";
url = "https://github.com/myriadrf/LimeSuite/commit/4ab51835d0fde4ffe6b7be2ac3dfa915e7d4d26e.patch";
hash = "sha256-53nLeluMtTPXxchbpftPE8Z1QMyi0UKp+0nRF4ufUgo=";
})
];
nativeBuildInputs = [ cmake ];
cmakeFlags = [