sdrangel: 7.22.9 -> 7.27.1

This commit is contained in:
winston
2026-07-06 16:41:07 +01:00
parent 87223758b7
commit 0a7b18c226
+2 -11
View File
@@ -12,7 +12,6 @@
dsdcc,
faad2,
fetchFromGitHub,
fetchpatch,
fftwFloat,
flac,
glew,
@@ -43,23 +42,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.22.9";
version = "7.27.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
tag = "v${finalAttrs.version}";
hash = "sha256-VYSM9ldzx/8tWKQb++qGROSXdeEXIDhGqnnHUmkW4+k=";
hash = "sha256-rdPXqA0ySnqh/rlMlfcDLyAd6egbggWHrRQRnXeQPFM=";
};
patches = [
# Fix build with Qt 6.10, remove when the commit reaches a release
(fetchpatch {
url = "https://github.com/f4exb/sdrangel/commit/fd6a8d51f8c39fd31b4e864f528bf1921ebd4260.patch";
hash = "sha256-S8LQbCTEgyEt1wByDsDMqqyQjK5HALtvUIODgQ1skSA=";
})
];
nativeBuildInputs = [
cmake
ninja