sdrangel: 7.22.6 -> 7.22.8 (#425533)

This commit is contained in:
jopejoe1
2025-07-26 10:29:32 +02:00
committed by GitHub
+2 -11
View File
@@ -13,7 +13,6 @@
dsdcc,
faad2,
fetchFromGitHub,
fetchpatch,
fftwFloat,
flac,
glew,
@@ -44,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.22.6";
version = "7.22.8";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
tag = "v${finalAttrs.version}";
hash = "sha256-ymDKHGJNoCOMa1zzFvjTzFa34wP1+iKSfJZZi7Sk/GM=";
hash = "sha256-Uj6BzMUhhi/0Jz8jKe/MCiXinoKcyXy4DqC/USdkcpA=";
};
nativeBuildInputs = [
@@ -106,14 +105,6 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ]
++ lib.optionals withSDRplay [ sdrplay ];
patches = [
# https://github.com/f4exb/sdrangel/pull/2439
(fetchpatch {
url = "https://github.com/f4exb/sdrangel/commit/60869b74f96b26e8a173f3f215c2badeaef9a136.patch";
hash = "sha256-Lq9pyissNmLYavLCISga0EWbRwisGnKiz6UYhzxJatc=";
})
];
cmakeFlags = [
"-DAPT_DIR=${aptdec}"
"-DDAB_DIR=${dab_lib}"