mgba 0.10.2 -> 0.10.3 https://github.com/mgba-emu/mgba/releases attrpath: mgba 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix index a52ee7ca30ce..bba13cc08ba4 100644 --- a/pkgs/applications/emulators/mgba/default.nix +++ b/pkgs/applications/emulators/mgba/default.nix @@ -25,13 +25,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "mgba"; - version = "0.10.2"; + version = "0.10.3"; src = fetchFromGitHub { owner = "mgba-emu"; repo = "mgba"; rev = finalAttrs.version; - hash = "sha256-+AwIYhnqp984Banwb7zmB5yzenExfLLU1oGJSxeTl/M="; + hash = "sha256-wSt3kyjRxKBnDOVY10jq4cpv7uIaBUIcsZr6aU7XnMA="; }; nativeBuildInputs = [ 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 mgba nix build failed. /build/source/src/platform/qt/IOViewer.cpp:1568:28: note: 'regs' was declared here 1568 | const char* const* regs; | ^ /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans8.ltrans.o: in function `QGBA::GBAApp::cleanup()': :(.text+0x6c4): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0x6c9): undefined reference to `Discord_Shutdown' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans8.ltrans.o: in function `std::_Function_handler::_M_invoke(std::_Any_data const&, QVariant const&)': :(.text+0xcba): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0xcbf): undefined reference to `Discord_Shutdown' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0xcff): undefined reference to `Discord_Initialize' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0xd70): undefined reference to `Discord_UpdatePresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0xd81): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans26.ltrans.o: in function `QGBA::Window::gameStopped()': :(.text+0x2ac5): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans32.ltrans.o: in function `QGBA::DiscordCoordinator::init()': :(.text+0x191f): undefined reference to `Discord_Initialize' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0x19a3): undefined reference to `Discord_UpdatePresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0x19c9): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans32.ltrans.o: in function `QGBA::DiscordCoordinator::deinit()': :(.text+0x1e55): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0x1e5a): undefined reference to `Discord_Shutdown' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans32.ltrans.o: in function `QGBA::DiscordCoordinator::gameStarted(std::shared_ptr)': :(.text+0x203f): undefined reference to `Discord_UpdatePresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: :(.text+0x20c9): undefined reference to `Discord_ClearPresence' /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: /build/ccXVtG46.ltrans32.ltrans.o: in function `QGBA::DiscordCoordinator::gameStopped()': :(.text+0x2571): undefined reference to `Discord_ClearPresence' collect2: error: ld returned 1 exit status make[2]: *** [qt/CMakeFiles/mgba-qt.dir/build.make:1949: qt/mgba-qt] Error 1 make[1]: *** [CMakeFiles/Makefile2:467: qt/CMakeFiles/mgba-qt.dir/all] Error 2 make: *** [Makefile:156: all] Error 2