Merge pull request #268235 from wegank/freedv-bump

freedv: 1.9.4 -> 1.9.5

authored by

Weijia Wang and committed by
GitHub
73397aa3 9e94a01e

+3 -3
+3 -3
pkgs/applications/radio/freedv/default.nix
··· 25 26 stdenv.mkDerivation rec { 27 pname = "freedv"; 28 - version = "1.9.4"; 29 30 src = fetchFromGitHub { 31 owner = "drowe67"; 32 repo = "freedv-gui"; 33 rev = "v${version}"; 34 - hash = "sha256-3SQ3a1gg4/cXy8BJXazTgh6nkS/KQpM0fCA6JcbHOPc="; 35 }; 36 37 postPatch = lib.optionalString stdenv.isDarwin '' ··· 39 --replace "-Wl,-ld_classic" "" 40 substituteInPlace src/CMakeLists.txt \ 41 --replace "\''${CMAKE_SOURCE_DIR}/macdylibbundler/dylibbundler" "dylibbundler" 42 - sed -i "/hdiutil/d" src/CMakeLists.txt 43 ''; 44 45 nativeBuildInputs = [
··· 25 26 stdenv.mkDerivation rec { 27 pname = "freedv"; 28 + version = "1.9.5"; 29 30 src = fetchFromGitHub { 31 owner = "drowe67"; 32 repo = "freedv-gui"; 33 rev = "v${version}"; 34 + hash = "sha256-uCWdDmHzNx1vkZFttQZLD4YfXoXz5VZQfir9sGOoDhw="; 35 }; 36 37 postPatch = lib.optionalString stdenv.isDarwin '' ··· 39 --replace "-Wl,-ld_classic" "" 40 substituteInPlace src/CMakeLists.txt \ 41 --replace "\''${CMAKE_SOURCE_DIR}/macdylibbundler/dylibbundler" "dylibbundler" 42 + sed -i "/codesign/d;/hdiutil/d" src/CMakeLists.txt 43 ''; 44 45 nativeBuildInputs = [