freedv 1.8.8.1 -> 1.8.9 https://github.com/drowe67/freedv-gui/releases attrpath: freedv Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix index cb32ce21e94..8d6d0e27735 100644 --- a/pkgs/applications/radio/freedv/default.nix +++ b/pkgs/applications/radio/freedv/default.nix @@ -24,13 +24,13 @@ stdenv.mkDerivation rec { pname = "freedv"; - version = "1.8.8.1"; + version = "1.8.9"; src = fetchFromGitHub { owner = "drowe67"; repo = "freedv-gui"; rev = "v${version}"; - hash = "sha256-zFfPXI15XnzHSG1hrMQz82aAVOc/Qqr1FHUrmaTLOk0="; + hash = "sha256-HDHXVTkXC1fCqj4lnxURmXvQNtwDX4zA6/QFnYceUI4="; }; postPatch = lib.optionalString stdenv.isDarwin '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A freedv nix build failed. 132 | e->handler.flow(e, ibuf, obuf, &isamp, &osamp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/src/sox_biquad.c:132:5: note: by argument 2 of type 'const sox_sample_t *' {aka 'const int *'} to 'int(sox_effect_t *, const sox_sample_t *, sox_sample_t *, size_t *, size_t *)' {aka 'int(sox_effect_t *, const int *, int *, long unsigned int *, long unsigned int *)'} [ 88%] Building CXX object src/CMakeFiles/freedv.dir/pskreporter.cpp.o [ 88%] Built target ResampleTest [ 89%] Building CXX object src/CMakeFiles/freedv.dir/udp.cpp.o [ 89%] Built target AudioPipelineTest [ 90%] Building CXX object src/CMakeFiles/freedv.dir/util.cpp.o [ 92%] Building CXX object src/CMakeFiles/freedv.dir/eq.cpp.o /build/source/src/hamlib.cpp: In member function 'vfo_t Hamlib::getCurrentVfo_()': /build/source/src/hamlib.cpp:427:5: error: 'rig_get_vfo_list' was not declared in this scope; did you mean 'rig_get_vfo'? 427 | rig_get_vfo_list(m_rig, buf, 256); | ^~~~~~~~~~~~~~~~ | rig_get_vfo make[2]: *** [src/CMakeFiles/freedv.dir/build.make:230: src/CMakeFiles/freedv.dir/hamlib.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /build/source/src/topFrame.cpp: In constructor 'TopFrame::TopFrame(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)': /build/source/src/topFrame.cpp:260:71: warning: 'wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)' is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 260 | m_auiNbookCtrl->SetFont(wxFont(8, 70, 90, 90, false, wxEmptyString)); | ^ In file included from /nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/include/wx-3.2/wx/font.h:631, from /nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/include/wx-3.2/wx/window.h:23, from /nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/include/wx-3.2/wx/sizer.h:16, from /nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/include/wx-3.2/wx/wrapsizer.h:13, from /build/source/src/topFrame.cpp:22: /nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/include/wx-3.2/wx/gtk/font.h:89:5: note: declared here 89 | wxFont(int size, | ^~~~~~ make[1]: *** [CMakeFiles/Makefile2:183: src/CMakeFiles/freedv.dir/all] Error 2 make: *** [Makefile:166: all] Error 2