sdrangel: 7.22.6 -> 7.22.8 (#425533)

authored by jopejoe1 and committed by GitHub e1ea86b0 224a52dd

+2 -11
+2 -11
pkgs/by-name/sd/sdrangel/package.nix
··· 13 13 dsdcc, 14 14 faad2, 15 15 fetchFromGitHub, 16 - fetchpatch, 17 16 fftwFloat, 18 17 flac, 19 18 glew, ··· 44 43 45 44 stdenv.mkDerivation (finalAttrs: { 46 45 pname = "sdrangel"; 47 - version = "7.22.6"; 46 + version = "7.22.8"; 48 47 49 48 src = fetchFromGitHub { 50 49 owner = "f4exb"; 51 50 repo = "sdrangel"; 52 51 tag = "v${finalAttrs.version}"; 53 - hash = "sha256-ymDKHGJNoCOMa1zzFvjTzFa34wP1+iKSfJZZi7Sk/GM="; 52 + hash = "sha256-Uj6BzMUhhi/0Jz8jKe/MCiXinoKcyXy4DqC/USdkcpA="; 54 53 }; 55 54 56 55 nativeBuildInputs = [ ··· 105 104 ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ] 106 105 ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ] 107 106 ++ lib.optionals withSDRplay [ sdrplay ]; 108 - 109 - patches = [ 110 - # https://github.com/f4exb/sdrangel/pull/2439 111 - (fetchpatch { 112 - url = "https://github.com/f4exb/sdrangel/commit/60869b74f96b26e8a173f3f215c2badeaef9a136.patch"; 113 - hash = "sha256-Lq9pyissNmLYavLCISga0EWbRwisGnKiz6UYhzxJatc="; 114 - }) 115 - ]; 116 107 117 108 cmakeFlags = [ 118 109 "-DAPT_DIR=${aptdec}"