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 dsdcc, 14 faad2, 15 fetchFromGitHub, 16 - fetchpatch, 17 fftwFloat, 18 flac, 19 glew, ··· 44 45 stdenv.mkDerivation (finalAttrs: { 46 pname = "sdrangel"; 47 - version = "7.22.6"; 48 49 src = fetchFromGitHub { 50 owner = "f4exb"; 51 repo = "sdrangel"; 52 tag = "v${finalAttrs.version}"; 53 - hash = "sha256-ymDKHGJNoCOMa1zzFvjTzFa34wP1+iKSfJZZi7Sk/GM="; 54 }; 55 56 nativeBuildInputs = [ ··· 105 ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ] 106 ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ] 107 ++ 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 117 cmakeFlags = [ 118 "-DAPT_DIR=${aptdec}"
··· 13 dsdcc, 14 faad2, 15 fetchFromGitHub, 16 fftwFloat, 17 flac, 18 glew, ··· 43 44 stdenv.mkDerivation (finalAttrs: { 45 pname = "sdrangel"; 46 + version = "7.22.8"; 47 48 src = fetchFromGitHub { 49 owner = "f4exb"; 50 repo = "sdrangel"; 51 tag = "v${finalAttrs.version}"; 52 + hash = "sha256-Uj6BzMUhhi/0Jz8jKe/MCiXinoKcyXy4DqC/USdkcpA="; 53 }; 54 55 nativeBuildInputs = [ ··· 104 ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ] 105 ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ] 106 ++ lib.optionals withSDRplay [ sdrplay ]; 107 108 cmakeFlags = [ 109 "-DAPT_DIR=${aptdec}"