2022-12-03T14:23:31 golly 4.1 -> 4.2 https://repology.org/metapackage/golly/versions 2022-12-03T14:23:33 attrpath: golly 2022-12-03T14:23:33 Checking auto update branch... 2022-12-03T14:23:33 No auto update branch exists 2022-12-03T14:23:37 [version] 2022-12-03T14:23:40 [version] updated version and sha256 2022-12-03T14:23:40 [rustCrateVersion] 2022-12-03T14:23:40 [rustCrateVersion] No cargoSha256 found 2022-12-03T14:23:40 [golangModuleVersion] 2022-12-03T14:23:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T14:23:40 [updateScript] 2022-12-03T14:23:40 [updateScript] skipping because derivation has no updateScript 2022-12-03T14:23:40 2022-12-03T14:23:40 [quotedUrls] 2022-12-03T14:23:40 [quotedUrls] nothing found to replace 2022-12-03T14:23:40 Diff after rewrites: diff --git a/pkgs/applications/science/misc/golly/default.nix b/pkgs/applications/science/misc/golly/default.nix index 7d91c76579f..c3a318c37c8 100644 --- a/pkgs/applications/science/misc/golly/default.nix +++ b/pkgs/applications/science/misc/golly/default.nix @@ -1,10 +1,10 @@ {lib, stdenv, fetchurl, wxGTK, perl, python3, zlib, libGLU, libGL, libX11, SDL2}: stdenv.mkDerivation rec { pname = "golly"; - version = "4.1"; + version = "4.2"; src = fetchurl { - sha256 = "1j30dpzy6wh8fv1j2750hzc6wb0nhk83knl9fapccxgxw9n5lrbc"; + sha256 = "sha256-VpEoqSPaZMP/AGIYZAbk5R/f8Crqvx8pKYN1O9Bl6V0="; url="mirror://sourceforge/project/golly/golly/golly-${version}/golly-${version}-src.tar.gz"; }; 2022-12-03T14:25:41 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A golly nix build failed. wxhelp.cpp:44:28: error: 'wxWebRequestEvent' has not been declared 44 | void OnWebRequestState(wxWebRequestEvent& evt); | ^~~~~~~~~~~~~~~~~ wxhelp.cpp:66:5: error: 'wxWebRequest' does not name a type 66 | wxWebRequest webRequest; | ^~~~~~~~~~~~ wxhelp.cpp:423:6: error: variable or field 'OnWebRequestState' declared void 423 | void HelpFrame::OnWebRequestState(wxWebRequestEvent& evt) | ^~~~~~~~~ wxhelp.cpp:423:35: error: 'wxWebRequestEvent' was not declared in this scope 423 | void HelpFrame::OnWebRequestState(wxWebRequestEvent& evt) | ^~~~~~~~~~~~~~~~~ wxhelp.cpp:423:54: error: 'evt' was not declared in this scope; did you mean 'ecvt'? 423 | void HelpFrame::OnWebRequestState(wxWebRequestEvent& evt) | ^~~ | ecvt wxhelp.cpp: In member function 'bool HelpFrame::DownloadURL(const wxString&, const wxString&)': wxhelp.cpp:469:5: error: 'webRequest' was not declared in this scope 469 | webRequest = wxWebSession::GetDefault().CreateRequest(this, url); | ^~~~~~~~~~ wxhelp.cpp:469:18: error: 'wxWebSession' has not been declared 469 | webRequest = wxWebSession::GetDefault().CreateRequest(this, url); | ^~~~~~~~~~~~ wxhelp.cpp:472:10: error: 'wxEVT_WEBREQUEST_STATE' was not declared in this scope 472 | Bind(wxEVT_WEBREQUEST_STATE, &HelpFrame::OnWebRequestState, this); | ^~~~~~~~~~~~~~~~~~~~~~ wxhelp.cpp:474:27: error: 'wxWebRequest' has not been declared 474 | webRequest.SetStorage(wxWebRequest::Storage_File); | ^~~~~~~~~~~~ make: *** [makefile-gtk:238: ObjGTK/wxhelp.o] Error 1